r52763 - in /branches/upstream/libgraphics-primitive-driver-cairo-perl/current: Changes META.yml lib/Graphics/Primitive/Driver/Cairo.pm lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 02:27:36 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 02:27:09 2010
New Revision: 52763

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52763
Log:
[svn-upgrade] Integrating new upstream version, libgraphics-primitive-driver-cairo-perl (0.43)

Modified:
    branches/upstream/libgraphics-primitive-driver-cairo-perl/current/Changes
    branches/upstream/libgraphics-primitive-driver-cairo-perl/current/META.yml
    branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo.pm
    branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm

Modified: branches/upstream/libgraphics-primitive-driver-cairo-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-primitive-driver-cairo-perl/current/Changes?rev=52763&op=diff
==============================================================================
--- branches/upstream/libgraphics-primitive-driver-cairo-perl/current/Changes (original)
+++ branches/upstream/libgraphics-primitive-driver-cairo-perl/current/Changes Mon Feb 15 02:27:09 2010
@@ -1,4 +1,7 @@
 Revision history for Graphics-Primitive-Driver-Cairo
+
+0.43    February 12, 2010
+  - Copyright updates.
 
 0.42    November 26th, 2009
   - Fix POD typo (Thanks Brian Cassidy)

Modified: branches/upstream/libgraphics-primitive-driver-cairo-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-primitive-driver-cairo-perl/current/META.yml?rev=52763&op=diff
==============================================================================
--- branches/upstream/libgraphics-primitive-driver-cairo-perl/current/META.yml (original)
+++ branches/upstream/libgraphics-primitive-driver-cairo-perl/current/META.yml Mon Feb 15 02:27:09 2010
@@ -29,4 +29,4 @@
   Text::Flow: 0.01
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.42
+version: 0.43

Modified: branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo.pm?rev=52763&op=diff
==============================================================================
--- branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo.pm (original)
+++ branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo.pm Mon Feb 15 02:27:09 2010
@@ -13,7 +13,7 @@
 with 'Graphics::Primitive::Driver';
 
 our $AUTHORITY = 'cpan:GPHAT';
-our $VERSION = '0.42';
+our $VERSION = '0.43';
 
 enum 'Graphics::Primitive::Driver::Cairo::AntialiasModes' => (
     qw(default none gray subpixel)
@@ -1006,9 +1006,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
+Copyright 2010 by Cory G Watson
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm?rev=52763&op=diff
==============================================================================
--- branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm (original)
+++ branches/upstream/libgraphics-primitive-driver-cairo-perl/current/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm Mon Feb 15 02:27:09 2010
@@ -147,8 +147,6 @@
 
 Cory Watson, C<< <gphat at cpan.org> >>
 
-Infinity Interactive, L<http://www.iinteractive.com>
-
 =head1 BUGS
 
 Please report any bugs or feature requests to C<bug-geometry-primitive at rt.cpan.org>, or through
@@ -157,9 +155,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
+Copyright 2010 by Cory G Watson
 
 This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
+under the same terms as Perl itself.




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