r35525 - in /branches/upstream/libdatetime-format-strptime-perl/current: Changes META.yml Makefile.PL lib/DateTime/Format/Strptime.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 17 01:45:37 UTC 2009


Author: ryan52-guest
Date: Sun May 17 01:45:32 2009
New Revision: 35525

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35525
Log:
[svn-upgrade] Integrating new upstream version, libdatetime-format-strptime-perl (1.0901)

Modified:
    branches/upstream/libdatetime-format-strptime-perl/current/Changes
    branches/upstream/libdatetime-format-strptime-perl/current/META.yml
    branches/upstream/libdatetime-format-strptime-perl/current/Makefile.PL
    branches/upstream/libdatetime-format-strptime-perl/current/lib/DateTime/Format/Strptime.pm

Modified: branches/upstream/libdatetime-format-strptime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-strptime-perl/current/Changes?rev=35525&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-strptime-perl/current/Changes (original)
+++ branches/upstream/libdatetime-format-strptime-perl/current/Changes Sun May 17 01:45:32 2009
@@ -213,3 +213,9 @@
 
 		- And a couple from Google:
 		    #8		Add DateTime::Locale to documentation
+		    #10		Parsing bug -- can't detect word boundry after month abbr
+
+1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY
+	- Makefile.PL changes for Windows users as per issue #16
+
+1.0901 2009-05-16 -- Official release of above

Modified: branches/upstream/libdatetime-format-strptime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-strptime-perl/current/META.yml?rev=35525&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-strptime-perl/current/META.yml (original)
+++ branches/upstream/libdatetime-format-strptime-perl/current/META.yml Sun May 17 01:45:32 2009
@@ -3,7 +3,7 @@
         version: 1.3
         url: http://module-build.sourceforge.net/META-spec-v1.3.html
 name:           DateTime-Format-Strptime
-version:        1.0900
+version:        1.0901
 abstract:       Parse and format strp and strf time patterns
 author:
         - Rick Measham <rickm at cpan.org>

Modified: branches/upstream/libdatetime-format-strptime-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-strptime-perl/current/Makefile.PL?rev=35525&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-strptime-perl/current/Makefile.PL (original)
+++ branches/upstream/libdatetime-format-strptime-perl/current/Makefile.PL Sun May 17 01:45:32 2009
@@ -38,9 +38,7 @@
 return $^O eq 'MSWin32'?
 <<'MAKE_FRAG'
 test_more :: pure_all
-SET PERL_DL_NONLAZY=1
-$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e"
-"test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" t/more/*.t
+set PERL_DL_NON_LAZY=1 & $(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" t/more/*.t
 MAKE_FRAG
 :
 <<'MAKE_FRAG';

Modified: branches/upstream/libdatetime-format-strptime-perl/current/lib/DateTime/Format/Strptime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-strptime-perl/current/lib/DateTime/Format/Strptime.pm?rev=35525&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-strptime-perl/current/lib/DateTime/Format/Strptime.pm (original)
+++ branches/upstream/libdatetime-format-strptime-perl/current/lib/DateTime/Format/Strptime.pm Sun May 17 01:45:32 2009
@@ -12,7 +12,7 @@
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK %ZONEMAP %FORMATS $CROAK $errmsg);
 
 @ISA = 'Exporter';
-$VERSION = '1.0900';
+$VERSION = '1.0901';
 @EXPORT_OK = qw( &strftime &strptime );
 @EXPORT = ();
 




More information about the Pkg-perl-cvs-commits mailing list