The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 04
META.json 11
META.yml 11
README 33
lib/Compress/Raw/Bzip2.pm 11
t/000prereq.t 11
6 files changed (This is a version diff) 711
@@ -1,6 +1,10 @@
 CHANGES
 -------
 
+  2.066 21 Sept 2014
+
+      * No Changes
+
   2.064 1 February 2014
 
       * [PATCH] Handle non-PVs better
@@ -37,5 +37,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "2.064"
+   "version" : "2.066"
 }
@@ -20,4 +20,4 @@ no_index:
     - t
     - private
 requires: {}
-version: 2.064
+version: 2.066
@@ -1,9 +1,9 @@
 
                             Compress-Raw-Bzip2
 
-                         Version 2.064
+                         Version 2.066
 
-                             1st February 2013
+                            21st September 2014
 
        Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -164,7 +164,7 @@ To help me help you, I need all of the following information:
         If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm
         for a line like this:
 
-          $VERSION = "2.064" ;
+          $VERSION = "2.066" ;
 
      c. The version of bzip2 you have used.
         If you have successfully installed Compress-Raw-Bzip2, this one-liner
@@ -11,7 +11,7 @@ use Carp ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.064';
+$VERSION = '2.066';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
@@ -19,7 +19,7 @@ BEGIN
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.064';
+    my $VERSION = '2.066';
     my @NAMES = qw(
 			
 			);