Update B-Debug to CPAN version 1.17
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 25 Nov 2011 22:09:52 +0000 (22:09 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 25 Nov 2011 22:09:52 +0000 (22:09 +0000)
  [DELTA]

  1.17 2011-11-25 rurban
        * FSF address change

Porting/Maintainers.pl
cpan/B-Debug/Debug.pm
pod/perldelta.pod

index eadec15..b44d18c 100755 (executable)
@@ -296,7 +296,7 @@ use File::Glob qw(:case);
     'B::Debug' =>
        {
        'MAINTAINER'    => 'rurban',
-       'DISTRIBUTION'  => 'RURBAN/B-Debug-1.16.tar.gz',
+       'DISTRIBUTION'  => 'RURBAN/B-Debug-1.17.tar.gz',
        'FILES'         => q[cpan/B-Debug],
        'EXCLUDED'      => [ qw( t/pod.t ) ],
        'UPSTREAM'      => 'cpan',
index 17f026d..fb8db3f 100644 (file)
@@ -1,6 +1,6 @@
 package B::Debug;
 
-our $VERSION = '1.16';
+our $VERSION = '1.17';
 
 use strict;
 require 5.006;
@@ -414,6 +414,6 @@ Copyright (c) 2008, 2010 Reini Urban
     distribution. You should also have received a copy of the GNU General
     Public License, in the file named "Copying". If not, you can get one
     from the Perl distribution or else write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 =cut
index 71d02be..dbdf693 100644 (file)
@@ -103,6 +103,10 @@ return the MD5SUM of files in the archive.
 
 =item *
 
+L<B::Debug> has been upgraded from version 1.16 to version 1.17.
+
+=item *
+
 L<Compress::Raw::Zlib> has been upgraded from version 2.042 to version 2.043.
 
 =item *