r29655 - in /branches/upstream/libxml-rss-perl/current: Changes META.yml lib/XML/RSS.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Jan 15 15:19:19 UTC 2009


Author: bricas-guest
Date: Thu Jan 15 15:19:16 2009
New Revision: 29655

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29655
Log:
[svn-upgrade] Integrating new upstream version, libxml-rss-perl (1.43)

Modified:
    branches/upstream/libxml-rss-perl/current/Changes
    branches/upstream/libxml-rss-perl/current/META.yml
    branches/upstream/libxml-rss-perl/current/lib/XML/RSS.pm

Modified: branches/upstream/libxml-rss-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-rss-perl/current/Changes?rev=29655&op=diff
==============================================================================
--- branches/upstream/libxml-rss-perl/current/Changes (original)
+++ branches/upstream/libxml-rss-perl/current/Changes Thu Jan 15 15:19:16 2009
@@ -1,6 +1,11 @@
 Revision history for Perl module XML::RSS
- 
-1.42 - January 3, 2008
+
+1.43 - January 12, 2009
+    - Fixed the date on the last entry on this changelog, to say "2009"
+    instead of "2008".
+        - http://rt.cpan.org/Ticket/Display.html?id=42304
+
+1.42 - January 3, 2009
     - When transforming elements with attributes into hash-refs - make
     sure they are placed in the correct namespace. Previously 
     <media:description> over-rided the plain <description>. (as in Flickr).

Modified: branches/upstream/libxml-rss-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-rss-perl/current/META.yml?rev=29655&op=diff
==============================================================================
--- branches/upstream/libxml-rss-perl/current/META.yml (original)
+++ branches/upstream/libxml-rss-perl/current/META.yml Thu Jan 15 15:19:16 2009
@@ -1,6 +1,6 @@
 ---
 name: XML-RSS
-version: 1.42
+version: 1.43
 author:
   - 'Original code: Jonathan Eisenzopf <eisen at pobox.com>'
   - |-
@@ -24,7 +24,7 @@
 provides:
   XML::RSS:
     file: lib/XML/RSS.pm
-    version: 1.42
+    version: 1.43
   XML::RSS::Private::Output::Base:
     file: lib/XML/RSS/Private/Output/Base.pm
   XML::RSS::Private::Output::Roles::ImageDims:

Modified: branches/upstream/libxml-rss-perl/current/lib/XML/RSS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-rss-perl/current/lib/XML/RSS.pm?rev=29655&op=diff
==============================================================================
--- branches/upstream/libxml-rss-perl/current/lib/XML/RSS.pm (original)
+++ branches/upstream/libxml-rss-perl/current/lib/XML/RSS.pm Thu Jan 15 15:19:16 2009
@@ -17,7 +17,7 @@
 
 use vars qw($VERSION $AUTOLOAD @ISA $AUTO_ADD);
 
-$VERSION = '1.42';
+$VERSION = '1.43';
 
 $AUTO_ADD = 0;
 




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