r67142 - in /branches/upstream/libstring-dirify-perl/current: CHANGES Changelog.ini META.yml lib/String/Dirify.pm t/pod.t

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jan 8 10:52:52 UTC 2011


Author: periapt-guest
Date: Sat Jan  8 10:52:26 2011
New Revision: 67142

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67142
Log:
[svn-upgrade] new version libstring-dirify-perl (1.02)

Modified:
    branches/upstream/libstring-dirify-perl/current/CHANGES
    branches/upstream/libstring-dirify-perl/current/Changelog.ini
    branches/upstream/libstring-dirify-perl/current/META.yml
    branches/upstream/libstring-dirify-perl/current/lib/String/Dirify.pm
    branches/upstream/libstring-dirify-perl/current/t/pod.t

Modified: branches/upstream/libstring-dirify-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-dirify-perl/current/CHANGES?rev=67142&op=diff
==============================================================================
--- branches/upstream/libstring-dirify-perl/current/CHANGES (original)
+++ branches/upstream/libstring-dirify-perl/current/CHANGES Sat Jan  8 10:52:26 2011
@@ -1,4 +1,8 @@
 Revision history for Perl extension String::Dirify.
+
+1.02  Fri Jan  7 10:41:00 2011
+	- Add explicit copyright text in Source/Dirify.pm for Debian packaging.
+	- Add newline at end of t/pod.t.
 
 1.01  Wed Feb 10 13:53:05 2010
 	- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.

Modified: branches/upstream/libstring-dirify-perl/current/Changelog.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-dirify-perl/current/Changelog.ini?rev=67142&op=diff
==============================================================================
--- branches/upstream/libstring-dirify-perl/current/Changelog.ini (original)
+++ branches/upstream/libstring-dirify-perl/current/Changelog.ini Sat Jan  8 10:52:26 2011
@@ -1,7 +1,14 @@
 [Module]
 Name=String::Dirify
 Changelog.Creator=Module::Metadata::Changes V 1.08
-Changelog.Parser=Config::IniFiles V 2.57
+Changelog.Parser=Config::IniFiles V 2.65
+
+[V 1.02]
+Date=2011-01-07T10:41:00
+Comments= <<EOT
+- Add explicit copyright text in Source/Dirify.pm for Debian packaging.
+- Add newline at end of t/pod.t.
+EOT
 
 [V 1.01]
 Date=2010-02-10T13:53:05

Modified: branches/upstream/libstring-dirify-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-dirify-perl/current/META.yml?rev=67142&op=diff
==============================================================================
--- branches/upstream/libstring-dirify-perl/current/META.yml (original)
+++ branches/upstream/libstring-dirify-perl/current/META.yml Sat Jan  8 10:52:26 2011
@@ -16,7 +16,7 @@
 provides:
   String::Dirify:
     file: lib/String/Dirify.pm
-    version: 1.01
+    version: 1.02
 resources:
   license: http://www.perlfoundation.org/artistic_license_1_0
-version: 1.01
+version: 1.02

Modified: branches/upstream/libstring-dirify-perl/current/lib/String/Dirify.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-dirify-perl/current/lib/String/Dirify.pm?rev=67142&op=diff
==============================================================================
--- branches/upstream/libstring-dirify-perl/current/lib/String/Dirify.pm (original)
+++ branches/upstream/libstring-dirify-perl/current/lib/String/Dirify.pm Sat Jan  8 10:52:26 2011
@@ -24,7 +24,7 @@
 
 );
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 # ------------------------------------------------
 
@@ -275,4 +275,8 @@
 
 Home page: http://savage.net.au/index.html
 
+Copyright (c) 2009, Mark Stosberg, Ron Savage.
+
+Copyright (c) 2010, 2011, Ron Savage.
+
 =cut

Modified: branches/upstream/libstring-dirify-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-dirify-perl/current/t/pod.t?rev=67142&op=diff
==============================================================================
--- branches/upstream/libstring-dirify-perl/current/t/pod.t (original)
+++ branches/upstream/libstring-dirify-perl/current/t/pod.t Sat Jan  8 10:52:26 2011
@@ -4,4 +4,4 @@
 
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 
-all_pod_files_ok();
+all_pod_files_ok();




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