Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Format-Strptime CPAN distribution.

Report information
The Basics
Id: 28075
Status: rejected
Priority: 0/
Queue: DateTime-Format-Strptime

People
Owner: Nobody in particular
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.0700
Fixed in: (no value)



Subject: missing prereq DateTime::Helpers
Please add DateTime::Helpers as a PREREQ in your Makefile.PL t/001_load............... # Failed test 'use DateTime::Format::Strptime;' # at t/001_load.t line 7. # Tried to use 'DateTime::Format::Strptime'. # Error: Can't locate DateTime/Helpers.pm in @INC (@INC contains: C:\source\perl\.cpanplus\5.8.8\build\DateTime-Format-Strptime-1.0700\blib\lib C:\source\perl\.cpanplus\5.8.8\build\DateTime-Format-Strptime-1.0700\blib\arch C:\source\perl\.cpanplus\5.8.8\build\DateTime-Format-Strptime-1.0700\blib C:/perl/site/lib C:/perl/lib . C:/perl/site/lib C:/perl/lib .) at C:/perl/site/lib/DateTime.pm line 8. # BEGIN failed--compilation aborted at t/001_load.t line 7. # Compilation failed in require at C:\source\perl\.cpanplus\5.8.8\build\DateTime-Format-Strptime-1.0700\blib\lib/DateTime/Format/Strptime.pm line 4.# BEGIN failed--compilation aborted at C:\source\perl\.cpanplus\5.8.8\build\DateTime- Format-Strptime-1.0700\blib\lib/DateTime/Format/Strptime.pm line 4. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay -- - - Martin 'Kingpin' Thurn
a) DateTime::Helpers isn't required by DateTime::Format::Strptime b) It's included with DateTime itself, so anything that does need it will get it from there.