Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/37local-add.t fails if DateTime::Duration is not installed #3

Closed
eserte opened this issue Apr 7, 2016 · 1 comment
Closed

t/37local-add.t fails if DateTime::Duration is not installed #3

eserte opened this issue Apr 7, 2016 · 1 comment
Assignees

Comments

@eserte
Copy link

eserte commented Apr 7, 2016

One of my smokers reports the following failure:

Can't locate DateTime/Duration.pm in @INC (you may need to install the DateTime::Duration module) (@INC contains: ...) at /home/cpansand/.cpan/build/2016040706/DateTime-TimeZone-1.97-P0rUys/blib/lib/DateTime/TimeZone/OlsonDB/Rule.pm line 6.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016040706/DateTime-TimeZone-1.97-P0rUys/blib/lib/DateTime/TimeZone/OlsonDB/Rule.pm line 6.
Compilation failed in require at /home/cpansand/.cpan/build/2016040706/DateTime-TimeZone-1.97-P0rUys/blib/lib/DateTime/TimeZone/OlsonDB.pm line 8.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016040706/DateTime-TimeZone-1.97-P0rUys/blib/lib/DateTime/TimeZone/OlsonDB.pm line 8.
Compilation failed in require at /home/cpansand/.cpan/build/2016040706/DateTime-TimeZone-1.97-P0rUys/blib/lib/DateTime/TimeZone/America/Chicago.pm line 16.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016040706/DateTime-TimeZone-1.97-P0rUys/blib/lib/DateTime/TimeZone/America/Chicago.pm line 16.
Compilation failed in require at /home/cpansand/.cpan/build/2016040706/Module-Runtime-0.014-I3Vcsk/blib/lib/Module/Runtime.pm line 317.
t/37local-add.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
@eserte
Copy link
Author

eserte commented Apr 13, 2016

This still happens with 0.05. Additionally t/38local-subtract.t fails now.

@karupanerura karupanerura self-assigned this Jun 16, 2019
karupanerura added a commit that referenced this issue Jun 21, 2019
Changelog diff is:

diff --git a/Changes b/Changes
index 9ac91c9..00b5a63 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,17 @@ Revision history for Perl extension DateTimeX-Moment

 {{$NEXT}}

+0.06 2019-06-21T21:41:01Z
+
+    - 19c8238 add dependency for DateTime::Duration (fix #3)
+    - 1a6b3b2 Align/Group accessors and avoid shifting the stack (chansen)
+    - e28422d Group methods in a somewhat logical order (chansen)
+    - 85a5436 Removed unused routine _mod_and_keep_sign (chansen)
+    - 6ea316a Fixed ->delta_days (chansen)
+    - f9eb6fb Fixed ->delta_md (chansen)
+    - 8ded533 Fixed ->subtract_datetime_absolute (chansen)
+    - eab6307 Optimize ->set (chansen)
+
 0.05 2016-04-13T03:39:17Z

     - more increase compatibility with DateTime (thanks chansen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants