r19013 - in /branches/upstream/libsvg-perl/current: Changes META.yml lib/SVG.pm lib/SVG/DOM.pm lib/SVG/Element.pm lib/SVG/Extension.pm lib/SVG/Manual.pm lib/SVG/XML.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 22 14:45:43 UTC 2008


Author: gregoa
Date: Tue Apr 22 14:45:43 2008
New Revision: 19013

URL: http://svn.debian.org/wsvn/?sc=1&rev=19013
Log:
[svn-upgrade] Integrating new upstream version, libsvg-perl (2.44)

Modified:
    branches/upstream/libsvg-perl/current/Changes
    branches/upstream/libsvg-perl/current/META.yml
    branches/upstream/libsvg-perl/current/lib/SVG.pm
    branches/upstream/libsvg-perl/current/lib/SVG/DOM.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Element.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm
    branches/upstream/libsvg-perl/current/lib/SVG/XML.pm

Modified: branches/upstream/libsvg-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/Changes?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/Changes (original)
+++ branches/upstream/libsvg-perl/current/Changes Tue Apr 22 14:45:43 2008
@@ -1,4 +1,10 @@
 Revision history for Perl extension SVG.
+
+2.44	21 April, 2008
+	-Improved META.yml
+
+2.43	21 April, 2008
+	-Improved META.yml
 
 2.42	16 April, 2008
 	-Removed Makefile from MANIFEST

Modified: branches/upstream/libsvg-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/META.yml?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/META.yml (original)
+++ branches/upstream/libsvg-perl/current/META.yml Tue Apr 22 14:45:43 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                SVG
-version:             2.42
+version:             2.44
 abstract:            Perl extension for generating Scalable Vector Graphics (SVG) documents
 license:             perl
 author:              

Modified: branches/upstream/libsvg-perl/current/lib/SVG.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG.pm?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG.pm Tue Apr 22 14:45:43 2008
@@ -18,7 +18,7 @@
 
 @ISA = qw(SVG::Element SVG::Extension);
 
-$VERSION = "2.42";
+$VERSION = "2.44";
 
 #-------------------------------------------------------------------------------
 
@@ -26,7 +26,7 @@
 
 =head2 VERSION
 
-Version 2.42, 08  April, 2008
+Version 2.44, 08  April, 2008
 
 Refer to L<SVG::Manual> for the complete manual
 

Modified: branches/upstream/libsvg-perl/current/lib/SVG/DOM.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/DOM.pm?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG/DOM.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG/DOM.pm Tue Apr 22 14:45:43 2008
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use vars qw($VERSION);
-$VERSION = "2.42";
+$VERSION = "2.44";
 
 # this module extends SVG::Element
 package SVG::Element;

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Element.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/Element.pm?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG/Element.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG/Element.pm Tue Apr 22 14:45:43 2008
@@ -20,7 +20,7 @@
 
 package SVG::Element;
 
-$VERSION = "2.42";
+$VERSION = "2.44";
 
 use strict;
 use SVG::XML;
@@ -1329,7 +1329,7 @@
     );
 
 Note that the following filter elements are currently supported:
-Also note that the elelemts are defined in lower case in the module, but as of version 2.421, any case combination is allowed.
+Also note that the elelemts are defined in lower case in the module, but as of version 2.441, any case combination is allowed.
 
 =head2 * feBlend 
 

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm Tue Apr 22 14:45:43 2008
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use vars qw(@ISA $VERSION @TYPES %TYPES);
-$VERSION = "2.42";
+$VERSION = "2.44";
 
 # although DTD declarations are not elements, we use the same API so we can
 # manipulate the internal DTD subset using the same methods available for

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm Tue Apr 22 14:45:43 2008
@@ -1,6 +1,6 @@
 package SVG::Manual;
 
-our $VERSION = 2.42;
+our $VERSION = 2.44;
 use vars qw($VERSION);
 use strict;
 use warnings;
@@ -13,7 +13,7 @@
 
 =head2 VERSION
 
-Covers SVG-2.42 distribution, April 2008
+Covers SVG-2.44 distribution, April 2008
 
 =head1 SYNOPSIS
 
@@ -199,7 +199,7 @@
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
  <svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
         <defs  /><!--
-        Generated using the Perl SVG Module V2.42
+        Generated using the Perl SVG Module V2.44
         by Ronan Oger
         Info: http://www.roitsystems.com/
   -->

Modified: branches/upstream/libsvg-perl/current/lib/SVG/XML.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/XML.pm?rev=19013&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG/XML.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG/XML.pm Tue Apr 22 14:45:43 2008
@@ -23,7 +23,7 @@
 
 use vars qw($VERSION @ISA @EXPORT );
 
-$VERSION = "2.42";
+$VERSION = "2.44";
 
 require Exporter;
 @ISA = qw(Exporter);




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