r68060 - in /branches/upstream/libpod-plainer-perl/current: Changes META.yml Plainer.pm README

dom at users.alioth.debian.org dom at users.alioth.debian.org
Sun Jan 30 15:48:53 UTC 2011


Author: dom
Date: Sun Jan 30 15:46:25 2011
New Revision: 68060

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68060
Log:
[svn-upgrade] new version libpod-plainer-perl (1.03)

Modified:
    branches/upstream/libpod-plainer-perl/current/Changes
    branches/upstream/libpod-plainer-perl/current/META.yml
    branches/upstream/libpod-plainer-perl/current/Plainer.pm
    branches/upstream/libpod-plainer-perl/current/README

Modified: branches/upstream/libpod-plainer-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-plainer-perl/current/Changes?rev=68060&op=diff
==============================================================================
--- branches/upstream/libpod-plainer-perl/current/Changes (original)
+++ branches/upstream/libpod-plainer-perl/current/Changes Sun Jan 30 15:46:25 2011
@@ -1,4 +1,10 @@
 Revision history for Perl extension Pod::Plainer.
+
+1.03  2010-08-25
+	- deleted C<use if deprecate> to remove dependency on 'if',
+		which is not available in 5.006, as reported in #RT60721.
+		I think C<deprecate> is only necessary for versions that
+		appear in the core.
 
 1.02  2010-02-11
 	- change email address 

Modified: branches/upstream/libpod-plainer-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-plainer-perl/current/META.yml?rev=68060&op=diff
==============================================================================
--- branches/upstream/libpod-plainer-perl/current/META.yml (original)
+++ branches/upstream/libpod-plainer-perl/current/META.yml Sun Jan 30 15:46:25 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Pod-Plainer
-version:            1.02
+version:            1.03
 abstract:           Perl extension for converting Pod to old-style Pod.
 author:
     - Robin Barker <rmbarker at cpan.org>
@@ -17,7 +17,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libpod-plainer-perl/current/Plainer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-plainer-perl/current/Plainer.pm?rev=68060&op=diff
==============================================================================
--- branches/upstream/libpod-plainer-perl/current/Plainer.pm (original)
+++ branches/upstream/libpod-plainer-perl/current/Plainer.pm Sun Jan 30 15:46:25 2011
@@ -2,10 +2,10 @@
 use 5.006;
 use strict;
 use warnings;
-use if $] >= 5.011, 'deprecate';
+# use if $] >= 5.011, 'deprecate';
 use Pod::Parser;
 our @ISA = qw(Pod::Parser);
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 our %E = qw( < lt > gt );
  
@@ -89,7 +89,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009 by Robin Barker
+Copyright (C) 2009, 2010 by Robin Barker
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.10.1 or,
@@ -97,4 +97,4 @@
 
 =cut
 
-$Id: Plainer.pm 253 2010-02-11 16:28:10Z rmb1 $
+$Id: Plainer.pm 257 2010-08-25 10:53:14Z robin $

Modified: branches/upstream/libpod-plainer-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-plainer-perl/current/README?rev=68060&op=diff
==============================================================================
--- branches/upstream/libpod-plainer-perl/current/README (original)
+++ branches/upstream/libpod-plainer-perl/current/README Sun Jan 30 15:46:25 2011
@@ -1,4 +1,4 @@
-Pod-Plainer version 1.02
+Pod-Plainer version 1.03
 ========================
 
 This was a core module in the Perl distribution to aid adoption
@@ -20,11 +20,15 @@
 
   Pod::Parser
 
+RECENT CHANGES
+
+1.03 Removed C<use if ... deprecate>
+
 COPYRIGHT AND LICENCE
 
 Put the correct copyright and licence information here.
 
-Copyright (C) 2009 by Robin Barker
+Copyright (C) 2009, 2010 by Robin Barker
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.10.1 or,




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