r46592 - in /branches/upstream/libmodule-load-conditional-perl/current: CHANGES META.yml lib/Module/Load/Conditional.pm t/to_load/Commented.pm t/to_load/LoadIt.pm t/to_load/MustBe/Loaded.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 31 14:41:22 UTC 2009


Author: gregoa
Date: Sat Oct 31 14:41:17 2009
New Revision: 46592

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46592
Log:
[svn-upgrade] Integrating new upstream version, libmodule-load-conditional-perl (0.34)

Modified:
    branches/upstream/libmodule-load-conditional-perl/current/CHANGES
    branches/upstream/libmodule-load-conditional-perl/current/META.yml
    branches/upstream/libmodule-load-conditional-perl/current/lib/Module/Load/Conditional.pm
    branches/upstream/libmodule-load-conditional-perl/current/t/to_load/Commented.pm
    branches/upstream/libmodule-load-conditional-perl/current/t/to_load/LoadIt.pm
    branches/upstream/libmodule-load-conditional-perl/current/t/to_load/MustBe/Loaded.pm

Modified: branches/upstream/libmodule-load-conditional-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-load-conditional-perl/current/CHANGES?rev=46592&op=diff
==============================================================================
--- branches/upstream/libmodule-load-conditional-perl/current/CHANGES (original)
+++ branches/upstream/libmodule-load-conditional-perl/current/CHANGES Sat Oct 31 14:41:17 2009
@@ -1,3 +1,8 @@
+Changes for 0.34    Thu Oct 29 09:22:48 GMT 2009
+=================================================
+* Remove DOS line endings from test files RT#50926
+  reported by Steve Hay
+
 Changes for 0.32    Fri Oct 23 21:56:11 BST 2009
 =================================================
 * Version bump

Modified: branches/upstream/libmodule-load-conditional-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-load-conditional-perl/current/META.yml?rev=46592&op=diff
==============================================================================
--- branches/upstream/libmodule-load-conditional-perl/current/META.yml (original)
+++ branches/upstream/libmodule-load-conditional-perl/current/META.yml Sat Oct 31 14:41:17 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Module-Load-Conditional
-version:            0.32
+version:            0.34
 abstract:           Looking up module information / loading at runtime
 author:
     - Jos Boumans <kane[at]cpan.org>

Modified: branches/upstream/libmodule-load-conditional-perl/current/lib/Module/Load/Conditional.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-load-conditional-perl/current/lib/Module/Load/Conditional.pm?rev=46592&op=diff
==============================================================================
--- branches/upstream/libmodule-load-conditional-perl/current/lib/Module/Load/Conditional.pm (original)
+++ branches/upstream/libmodule-load-conditional-perl/current/lib/Module/Load/Conditional.pm Sat Oct 31 14:41:17 2009
@@ -18,7 +18,7 @@
                         $FIND_VERSION $ERROR $CHECK_INC_HASH];
     use Exporter;
     @ISA            = qw[Exporter];
-    $VERSION        = '0.32';
+    $VERSION        = '0.34';
     $VERBOSE        = 0;
     $DEPRECATED     = 0;
     $FIND_VERSION   = 1;

Modified: branches/upstream/libmodule-load-conditional-perl/current/t/to_load/Commented.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-load-conditional-perl/current/t/to_load/Commented.pm?rev=46592&op=diff
==============================================================================
--- branches/upstream/libmodule-load-conditional-perl/current/t/to_load/Commented.pm (original)
+++ branches/upstream/libmodule-load-conditional-perl/current/t/to_load/Commented.pm Sat Oct 31 14:41:17 2009
@@ -1,4 +1,4 @@
-# $VERSION = 1;
-$VERSION = 2;
-
-1;
+# $VERSION = 1;
+$VERSION = 2;
+
+1;

Modified: branches/upstream/libmodule-load-conditional-perl/current/t/to_load/LoadIt.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-load-conditional-perl/current/t/to_load/LoadIt.pm?rev=46592&op=diff
==============================================================================
--- branches/upstream/libmodule-load-conditional-perl/current/t/to_load/LoadIt.pm (original)
+++ branches/upstream/libmodule-load-conditional-perl/current/t/to_load/LoadIt.pm Sat Oct 31 14:41:17 2009
@@ -1,3 +1,3 @@
-$VERSION = 1;
-
-1;
+$VERSION = 1;
+
+1;

Modified: branches/upstream/libmodule-load-conditional-perl/current/t/to_load/MustBe/Loaded.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-load-conditional-perl/current/t/to_load/MustBe/Loaded.pm?rev=46592&op=diff
==============================================================================
--- branches/upstream/libmodule-load-conditional-perl/current/t/to_load/MustBe/Loaded.pm (original)
+++ branches/upstream/libmodule-load-conditional-perl/current/t/to_load/MustBe/Loaded.pm Sat Oct 31 14:41:17 2009
@@ -1,3 +1,3 @@
-$VERSION = 0.01;
-
-1;
+$VERSION = 0.01;
+
+1;




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