r48943 - in /branches/upstream/libgraphics-colornames-www-perl/current: ./ lib/Graphics/ColorNames/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Dec 18 20:50:48 UTC 2009


Author: gregoa
Date: Fri Dec 18 20:50:43 2009
New Revision: 48943

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48943
Log:
[svn-upgrade] Integrating new upstream version, libgraphics-colornames-www-perl (1.12)

Modified:
    branches/upstream/libgraphics-colornames-www-perl/current/Build.PL
    branches/upstream/libgraphics-colornames-www-perl/current/Changes
    branches/upstream/libgraphics-colornames-www-perl/current/LICENSE
    branches/upstream/libgraphics-colornames-www-perl/current/MANIFEST
    branches/upstream/libgraphics-colornames-www-perl/current/META.yml
    branches/upstream/libgraphics-colornames-www-perl/current/Makefile.PL
    branches/upstream/libgraphics-colornames-www-perl/current/README
    branches/upstream/libgraphics-colornames-www-perl/current/SIGNATURE
    branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/CSS.pm
    branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/IE.pm
    branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/SVG.pm
    branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/WWW.pm

Modified: branches/upstream/libgraphics-colornames-www-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/Build.PL?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/Build.PL (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/Build.PL Fri Dec 18 20:50:43 2009
@@ -15,8 +15,6 @@
 
     	'requires'	=> {
 		'Graphics::ColorNames'	=> 0.32,
-		'Graphics::ColorNames::WWW' => 0.01,
-		'Params::Validate'	=> 0.75,
 	},
 	'build_requires' => {
 		'Test::More' => 0, 

Modified: branches/upstream/libgraphics-colornames-www-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/Changes?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/Changes (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/Changes Fri Dec 18 20:50:43 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension Graphics::ColorNames::WWW
+
+1.12  Thu Dec 17 00:00:00 2009
+	- only use ASCII in POD, fixes FAILs with perl 5.6.x
+	- add examples in eg/
+	- FIX: #52870 Depending on itself (reported by ANDK)
 
 1.11  Tue Dec 14 00:00:00 2009
 	- switch to Module::Build

Modified: branches/upstream/libgraphics-colornames-www-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/LICENSE?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/LICENSE (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/LICENSE Fri Dec 18 20:50:43 2009
@@ -1,4 +1,4 @@
-This software is copyright (c) 2009 by Claus Färber <CFAERBER at cpan.org>.
+This software is copyright (c) 2009 by Claus FE<auml>rber <CFAERBER at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2009 by Claus Färber <CFAERBER at cpan.org>.
+This software is Copyright (c) 2009 by Claus FE<auml>rber <CFAERBER at cpan.org>.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Claus Färber <CFAERBER at cpan.org>.
+This software is Copyright (c) 2009 by Claus FE<auml>rber <CFAERBER at cpan.org>.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libgraphics-colornames-www-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/MANIFEST?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/MANIFEST (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/MANIFEST Fri Dec 18 20:50:43 2009
@@ -1,6 +1,5 @@
 README
 Changes
-LICENSE
 MANIFEST
 Build.PL
 Makefile.PL
@@ -19,5 +18,6 @@
 t/WWW_IExplore.t
 t/WWW_Mozilla.t
 t/WWW_SVG.t
+LICENSE
 META.yml
 SIGNATURE    Added here by Module::Build

Modified: branches/upstream/libgraphics-colornames-www-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/META.yml?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/META.yml (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/META.yml Fri Dec 18 20:50:43 2009
@@ -1,8 +1,8 @@
 ---
 name: Graphics-ColorNames-WWW
-version: 1.11
+version: 1.12
 author:
-  - 'Claus Färber <CFAERBER at cpan.org>'
+  - 'Claus FE<auml>rber <CFAERBER at cpan.org>'
 abstract: WWW color names and equivalent RGB values
 license: perl
 resources:
@@ -12,23 +12,21 @@
   Test::NoWarnings: 0
 requires:
   Graphics::ColorNames: 0.32
-  Graphics::ColorNames::WWW: 0.01
-  Params::Validate: 0.75
 configure_requires:
   Module::Build: 0.35
 provides:
   Graphics::ColorNames::CSS:
     file: lib/Graphics/ColorNames/CSS.pm
-    version: 1.10
+    version: 1.12
   Graphics::ColorNames::IE:
     file: lib/Graphics/ColorNames/IE.pm
-    version: 1.10
+    version: 1.12
   Graphics::ColorNames::SVG:
     file: lib/Graphics/ColorNames/SVG.pm
-    version: 1.10
+    version: 1.12
   Graphics::ColorNames::WWW:
     file: lib/Graphics/ColorNames/WWW.pm
-    version: 1.11
+    version: 1.12
 generated_by: Module::Build version 0.35
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html

Modified: branches/upstream/libgraphics-colornames-www-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/Makefile.PL?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/Makefile.PL (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/Makefile.PL Fri Dec 18 20:50:43 2009
@@ -9,8 +9,6 @@
           'VERSION_FROM' => 'lib/Graphics/ColorNames/WWW.pm',
           'PREREQ_PM' => {
                            'Test::More' => 0,
-                           'Params::Validate' => '0.75',
-                           'Graphics::ColorNames::WWW' => '0.01',
                            'Test::NoWarnings' => 0,
                            'Graphics::ColorNames' => '0.32'
                          }

Modified: branches/upstream/libgraphics-colornames-www-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/README?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/README (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/README Fri Dec 18 20:50:43 2009
@@ -26,7 +26,7 @@
 
 LICENSE
 
-  Copyright © 2005-2008 Claus Färber.
+  Copyright © 2005-2009 Claus Färber.
 
   Copyright © 2001-2004 Robert Rothenberg.
 

Modified: branches/upstream/libgraphics-colornames-www-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/SIGNATURE?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/SIGNATURE (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/SIGNATURE Fri Dec 18 20:50:43 2009
@@ -14,17 +14,17 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 ba5a3e8133d7b57681bd9c5e5d4386de235920f6 Build.PL
-SHA1 99be243d09841b9574cc43f209dcf7f552221e11 Changes
-SHA1 74fd30b81efd53fa6a95170d825b8760a1520863 LICENSE
-SHA1 5cf2b32b799217e22315e3b85b177a0ae8ce60de MANIFEST
-SHA1 4d117a3d9743e3c98d03bdbcedb8ef00b4b0ef5b META.yml
-SHA1 a68217b117fd791cb49912c6fb5a71f44f80db24 Makefile.PL
-SHA1 5c6848e41fc0824ce59ba48350e3f8ebca800454 README
-SHA1 c103c813a9c1b4fb425adb38048ea8e5896410ac lib/Graphics/ColorNames/CSS.pm
-SHA1 624ec7a2cdd0f4a100dd08c8ca4448c745b14252 lib/Graphics/ColorNames/IE.pm
-SHA1 7b046e2d07fbbd0800e1baf4ea8bf3d9031dfd59 lib/Graphics/ColorNames/SVG.pm
-SHA1 3523b2851922dc616166013f2d74ee218e2be5f0 lib/Graphics/ColorNames/WWW.pm
+SHA1 429476e068ac049695af4561b08ef6673a1da2e3 Build.PL
+SHA1 53ab2c7e5d5c116421f584ee0ab00d2d1a764545 Changes
+SHA1 276c6f551968687e626a539e7d33bb1c9929f528 LICENSE
+SHA1 49a8d4a8e784ad5fe0f3283bdc78c8bbd00dd47f MANIFEST
+SHA1 570a550da53f32281aa590daf174eb513ee7bd83 META.yml
+SHA1 723992d2e7ea02c46a5ca8aa01840d68813d3c4c Makefile.PL
+SHA1 4094489840472fd2daa9dc7d207fd87366e54358 README
+SHA1 0cc6945904cbd3c424c1128df27e253326bfef72 lib/Graphics/ColorNames/CSS.pm
+SHA1 da64cf372ffbdc7efecd68ccc23f4cdad51d9e9b lib/Graphics/ColorNames/IE.pm
+SHA1 d2cd0ffb7b926d34d5cf004867af161137f1d369 lib/Graphics/ColorNames/SVG.pm
+SHA1 d7e74c14ff61036ba19d488a84429ba655288f30 lib/Graphics/ColorNames/WWW.pm
 SHA1 056063d18c3f48338620bbff698f81f91f2ea4d0 t/10pod.t
 SHA1 e2b1f468d6ea1199f0d68655d25532095435aac8 t/11pod_cover.t
 SHA1 74f2bc2b75e5619a13f3078abde72b247f959017 t/CSS.t
@@ -39,7 +39,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (Darwin)
 
-iEYEARECAAYFAksmhroACgkQSKUOY2OWgPCrzgCeK+6xou8/oIA98UKFddmPK15j
-crgAnRr58Qtl1lOpENV2+tcCFV/cHYnV
-=tErF
+iEYEARECAAYFAksqoS0ACgkQSKUOY2OWgPCj6gCfRwUYmJZTv9VfFp9NsI7n0ZKv
+ZS4AoImpcggHvckSxi0LQLENiur0JHa2
+=QPbZ
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/CSS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/CSS.pm?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/CSS.pm (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/CSS.pm Fri Dec 18 20:50:43 2009
@@ -7,13 +7,11 @@
 
 use Graphics::ColorNames::WWW();
 
-our $VERSION = '1.10';
+our $VERSION = '1.12';
 
 *NamesRgbTable = \&Graphics::ColorNames::WWW::NamesRgbTable;
 
 1;
-
-=encoding utf8
 
 =head1 NAME
 
@@ -36,11 +34,11 @@
 
 =head1 AUTHOR
 
-Claus Färber <CFAERBER at cpan.org>
+Claus FE<auml>rber <CFAERBER at cpan.org>
 
 =head1 LICENSE
 
-Copyright © 2005-2009 Claus Färber.  All rights reserved.  
+Copyright 2005-2009 Claus FE<auml>rber.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.

Modified: branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/IE.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/IE.pm?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/IE.pm (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/IE.pm Fri Dec 18 20:50:43 2009
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.10';
+our $VERSION = '1.12';
 
 sub NamesRgbTable() {
   use integer;
@@ -155,8 +155,6 @@
 
 1;
 
-=encoding utf8
-
 =head1 NAME
 
 Graphics::ColorNames::IE - MS Internet Explorer color names and equivalent RGB values
@@ -184,17 +182,17 @@
 
 =head1 AUTHOR
 
-Claus Färber <CFAERBER at cpan.org>
+Claus FE<auml>rber <CFAERBER at cpan.org>
 
 Based on C<Graphics::ColorNames::HTML> by Robert Rothenberg.
 
 =head1 LICENSE
 
-Copyright © 2005-2009 Claus Färber.
+Copyright 2005-2009 Claus FE<auml>rber.
 
-Copyright © 2001-2004 Robert Rothenberg.
+Copyright 2001-2004 Robert Rothenberg.
 
-All rights reserved.  This program is free software; you can redistribute it
+This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/SVG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/SVG.pm?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/SVG.pm (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/SVG.pm Fri Dec 18 20:50:43 2009
@@ -7,13 +7,11 @@
 
 use Graphics::ColorNames::WWW();
 
-our $VERSION = '1.10';
+our $VERSION = '1.12';
 
 *NamesRgbTable = \&Graphics::ColorNames::WWW::NamesRgbTable;
 
 1;
-
-=encoding utf8
 
 =head1 NAME
 
@@ -36,11 +34,11 @@
 
 =head1 AUTHOR
 
-Claus Färber <CFAERBER at cpan.org>
+Claus FE<auml>rber <CFAERBER at cpan.org>
 
 =head1 LICENSE
 
-Copyright © 2008-2009 Claus Färber.
+Copyright 2008-2009 Claus FE<auml>rber.
 
 All rights reserved.  This program is free software; you can
 redistribute it and/or modify it under the same terms as Perl

Modified: branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/WWW.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/WWW.pm?rev=48943&op=diff
==============================================================================
--- branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/WWW.pm (original)
+++ branches/upstream/libgraphics-colornames-www-perl/current/lib/Graphics/ColorNames/WWW.pm Fri Dec 18 20:50:43 2009
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.11';
+our $VERSION = '1.12';
 
 sub NamesRgbTable() {
   sub rgb { ($_[0] << 16) + ($_[1] << 8) + ($_[2]) }
@@ -164,8 +164,6 @@
 
 1;
 
-=encoding utf8
-
 =head1 NAME
 
 Graphics::ColorNames::WWW - WWW color names and equivalent RGB values
@@ -197,15 +195,15 @@
 
 =head1 AUTHOR
 
-Claus Färber <CFAERBER at cpan.org>
+Claus FE<auml>rber <CFAERBER at cpan.org>
 
 Based on C<Graphics::ColorNames::HTML> by Robert Rothenberg.
 
 =head1 LICENSE
 
-Copyright © 2005-2009 Claus Färber.
-
-Copyright © 2001-2004 Robert Rothenberg.
+Copyright 2005-2009 Claus FE<auml>rber.
+
+Copyright 2001-2004 Robert Rothenberg.
 
 All rights reserved.  This program is free software; you can
 redistribute it and/or modify it under the same terms as Perl




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