Subject: | quick fix for 00-load.t |
hi,
doing "make test" I got a error with "DateTime-Format-Natural-0.19". it
seems to be using wrong package name. added a patch for quick fix.
I hope it would be good.
thanks,
Subject: | DFN-00-load.diff |
--- t/00-load.t.orig 2006-11-28 04:11:56.000000000 +0900
+++ t/00-load.t 2006-11-28 10:59:10.000000000 +0900
@@ -6,7 +6,7 @@
use Test::More tests => 1;
BEGIN {
- use_ok('DateTime::Format::Natural::EN');
+ use_ok('DateTime::Format::Natural::Lang::EN');
}
-diag("Testing DateTime::Format::Natural::EN $DateTime::Format::Natural::EN::VERSION, Perl $], $^X");
+diag("Testing DateTime::Format::Natural::Lang::EN $DateTime::Format::Natural::Lang::EN::VERSION, Perl $], $^X");