r57747 - in /branches/upstream/libchart-clicker-perl/current: Changes META.yml lib/Chart/Clicker.pm lib/Chart/Clicker/Tutorial.pod

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 9 18:25:22 UTC 2010


Author: jawnsy-guest
Date: Sun May  9 18:25:02 2010
New Revision: 57747

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57747
Log:
[svn-upgrade] Integrating new upstream version, libchart-clicker-perl (2.64)

Modified:
    branches/upstream/libchart-clicker-perl/current/Changes
    branches/upstream/libchart-clicker-perl/current/META.yml
    branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker.pm
    branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker/Tutorial.pod

Modified: branches/upstream/libchart-clicker-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchart-clicker-perl/current/Changes?rev=57747&op=diff
==============================================================================
--- branches/upstream/libchart-clicker-perl/current/Changes (original)
+++ branches/upstream/libchart-clicker-perl/current/Changes Sun May  9 18:25:02 2010
@@ -1,4 +1,7 @@
 Revision history for Perl extension Chart::Clicker.
+
+2.64
+  - POD fixes (Jonathan Yu, RT #56287 and #57317)
 
 2.63
   - Make DataSet and StackedBar more tolerant of missing values (Rod Taylor,

Modified: branches/upstream/libchart-clicker-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchart-clicker-perl/current/META.yml?rev=57747&op=diff
==============================================================================
--- branches/upstream/libchart-clicker-perl/current/META.yml (original)
+++ branches/upstream/libchart-clicker-perl/current/META.yml Sun May  9 18:25:02 2010
@@ -39,4 +39,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/gphat/chart-clicker
-version: 2.63
+version: 2.64

Modified: branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker.pm?rev=57747&op=diff
==============================================================================
--- branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker.pm (original)
+++ branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker.pm Sun May  9 18:25:02 2010
@@ -24,7 +24,7 @@
 use Carp qw(croak);
 use Scalar::Util qw(refaddr);
 
-our $VERSION = '2.63';
+our $VERSION = '2.64';
 
 has '+background_color' => (
     default => sub {
@@ -888,7 +888,9 @@
 
   http://github.com/gphat/chart-clicker/tree/master
 
-=head1 LICENSE
+=head1 COPYRIGHT & LICENSE
+
+Copyright 2007-2010 by Cory G Watson
 
 You can redistribute and/or modify this code under the same terms as Perl
 itself.

Modified: branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker/Tutorial.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker/Tutorial.pod?rev=57747&op=diff
==============================================================================
--- branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker/Tutorial.pod (original)
+++ branches/upstream/libchart-clicker-perl/current/lib/Chart/Clicker/Tutorial.pod Sun May  9 18:25:02 2010
@@ -2,11 +2,11 @@
 
 =head1 NAME
 
-Chart::Clicker::Tutorial
+Chart::Clicker::Tutorial - A Tutorial for using Chart::Clicker
 
 =head1 DESCRIPTION
 
-This document aims to provide a tutorial for using Chart::Clicker.  
+This document aims to provide a tutorial for using Chart::Clicker.
 
 =head1 DISCLAIMER
 




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