r76128 - in /branches/upstream/libcompress-raw-bzip2-perl/current: Changes META.yml README lib/Compress/Raw/Bzip2.pm t/000prereq.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 19 15:49:43 UTC 2011


Author: gregoa
Date: Sun Jun 19 15:49:34 2011
New Revision: 76128

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76128
Log:
[svn-upgrade] new version libcompress-raw-bzip2-perl (2.036)

Modified:
    branches/upstream/libcompress-raw-bzip2-perl/current/Changes
    branches/upstream/libcompress-raw-bzip2-perl/current/META.yml
    branches/upstream/libcompress-raw-bzip2-perl/current/README
    branches/upstream/libcompress-raw-bzip2-perl/current/lib/Compress/Raw/Bzip2.pm
    branches/upstream/libcompress-raw-bzip2-perl/current/t/000prereq.t

Modified: branches/upstream/libcompress-raw-bzip2-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-bzip2-perl/current/Changes?rev=76128&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-bzip2-perl/current/Changes (original)
+++ branches/upstream/libcompress-raw-bzip2-perl/current/Changes Sun Jun 19 15:49:34 2011
@@ -1,5 +1,9 @@
 CHANGES
 -------
+
+  2.036 18 June 2011
+
+      * No Changes
 
   2.035 6 May 2011
 

Modified: branches/upstream/libcompress-raw-bzip2-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-bzip2-perl/current/META.yml?rev=76128&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-bzip2-perl/current/META.yml (original)
+++ branches/upstream/libcompress-raw-bzip2-perl/current/META.yml Sun Jun 19 15:49:34 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Compress-Raw-Bzip2
-version:            2.035
+version:            2.036
 abstract:           Low-Level Interface to bzip2 compression library
 author:
     - Paul Marquess <pmqs at cpan.org>

Modified: branches/upstream/libcompress-raw-bzip2-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-bzip2-perl/current/README?rev=76128&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-bzip2-perl/current/README (original)
+++ branches/upstream/libcompress-raw-bzip2-perl/current/README Sun Jun 19 15:49:34 2011
@@ -1,9 +1,9 @@
 
                              Compress-Raw-Bzip2
 
-                             Version 2.035
+                             Version 2.036
 
-                               6th May 2011
+                              18th June 2011
 
        Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -164,7 +164,7 @@
         If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm
         for a line like this:
 
-          $VERSION = "2.035" ;
+          $VERSION = "2.036" ;
 
      c. The version of bzip2 you have used.
         If you have successfully installed Compress-Raw-Bzip2, this one-liner

Modified: branches/upstream/libcompress-raw-bzip2-perl/current/lib/Compress/Raw/Bzip2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-bzip2-perl/current/lib/Compress/Raw/Bzip2.pm?rev=76128&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-bzip2-perl/current/lib/Compress/Raw/Bzip2.pm (original)
+++ branches/upstream/libcompress-raw-bzip2-perl/current/lib/Compress/Raw/Bzip2.pm Sun Jun 19 15:49:34 2011
@@ -12,7 +12,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.035';
+$VERSION = '2.036';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 

Modified: branches/upstream/libcompress-raw-bzip2-perl/current/t/000prereq.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-bzip2-perl/current/t/000prereq.t?rev=76128&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-bzip2-perl/current/t/000prereq.t (original)
+++ branches/upstream/libcompress-raw-bzip2-perl/current/t/000prereq.t Sun Jun 19 15:49:34 2011
@@ -19,7 +19,7 @@
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.035';
+    my $VERSION = '2.036';
     my @NAMES = qw(
 			
 			);




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