r35527 - in /trunk/libdatetime-format-strptime-perl: Changes META.yml Makefile.PL debian/changelog debian/control lib/DateTime/Format/Strptime.pm

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


Author: ryan52-guest
Date: Sun May 17 01:47:05 2009
New Revision: 35527

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35527
Log:
* New upstream release
* Debian Policy 3.8.1

Modified:
    trunk/libdatetime-format-strptime-perl/Changes
    trunk/libdatetime-format-strptime-perl/META.yml
    trunk/libdatetime-format-strptime-perl/Makefile.PL
    trunk/libdatetime-format-strptime-perl/debian/changelog
    trunk/libdatetime-format-strptime-perl/debian/control
    trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm

Modified: trunk/libdatetime-format-strptime-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/Changes?rev=35527&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/Changes (original)
+++ trunk/libdatetime-format-strptime-perl/Changes Sun May 17 01:47:05 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: trunk/libdatetime-format-strptime-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/META.yml?rev=35527&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/META.yml (original)
+++ trunk/libdatetime-format-strptime-perl/META.yml Sun May 17 01:47:05 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: trunk/libdatetime-format-strptime-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/Makefile.PL?rev=35527&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/Makefile.PL (original)
+++ trunk/libdatetime-format-strptime-perl/Makefile.PL Sun May 17 01:47:05 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: trunk/libdatetime-format-strptime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/changelog?rev=35527&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/changelog (original)
+++ trunk/libdatetime-format-strptime-perl/debian/changelog Sun May 17 01:47:05 2009
@@ -1,3 +1,10 @@
+libdatetime-format-strptime-perl (1.0901-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Debian Policy 3.8.1
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 16 May 2009 18:46:54 -0700
+
 libdatetime-format-strptime-perl (1.0900-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libdatetime-format-strptime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/control?rev=35527&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/control (original)
+++ trunk/libdatetime-format-strptime-perl/debian/control Sun May 17 01:47:05 2009
@@ -11,7 +11,7 @@
 Homepage: http://datetime-format-strptime.googlecode.com/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-strptime-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: libdatetime-format-strptime-perl
 Architecture: all

Modified: trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm?rev=35527&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm (original)
+++ trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm Sun May 17 01:47:05 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