r68062 - in /trunk/libpod-plainer-perl: Changes META.yml Plainer.pm README debian/changelog

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


Author: dom
Date: Sun Jan 30 15:53:23 2011
New Revision: 68062

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68062
Log:
import new upstream release

Modified:
    trunk/libpod-plainer-perl/Changes
    trunk/libpod-plainer-perl/META.yml
    trunk/libpod-plainer-perl/Plainer.pm
    trunk/libpod-plainer-perl/README
    trunk/libpod-plainer-perl/debian/changelog

Modified: trunk/libpod-plainer-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-plainer-perl/Changes?rev=68062&op=diff
==============================================================================
--- trunk/libpod-plainer-perl/Changes (original)
+++ trunk/libpod-plainer-perl/Changes Sun Jan 30 15:53:23 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: trunk/libpod-plainer-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-plainer-perl/META.yml?rev=68062&op=diff
==============================================================================
--- trunk/libpod-plainer-perl/META.yml (original)
+++ trunk/libpod-plainer-perl/META.yml Sun Jan 30 15:53:23 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: trunk/libpod-plainer-perl/Plainer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-plainer-perl/Plainer.pm?rev=68062&op=diff
==============================================================================
--- trunk/libpod-plainer-perl/Plainer.pm (original)
+++ trunk/libpod-plainer-perl/Plainer.pm Sun Jan 30 15:53:23 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: trunk/libpod-plainer-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-plainer-perl/README?rev=68062&op=diff
==============================================================================
--- trunk/libpod-plainer-perl/README (original)
+++ trunk/libpod-plainer-perl/README Sun Jan 30 15:53:23 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,

Modified: trunk/libpod-plainer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-plainer-perl/debian/changelog?rev=68062&op=diff
==============================================================================
--- trunk/libpod-plainer-perl/debian/changelog (original)
+++ trunk/libpod-plainer-perl/debian/changelog Sun Jan 30 15:53:23 2011
@@ -1,3 +1,9 @@
+libpod-plainer-perl (1.03-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Dominic Hargreaves <dom at earth.li>  Sun, 30 Jan 2011 15:53:10 +0000
+
 libpod-plainer-perl (1.02-1) unstable; urgency=low
 
   * Initial Release. (Closes: #580055)




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