r57749 - in /trunk/libchart-clicker-perl: Changes META.yml debian/changelog debian/copyright 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 20:29:33 UTC 2010


Author: jawnsy-guest
Date: Sun May  9 20:29:25 2010
New Revision: 57749

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57749
Log:
update copyright info

Modified:
    trunk/libchart-clicker-perl/Changes
    trunk/libchart-clicker-perl/META.yml
    trunk/libchart-clicker-perl/debian/changelog
    trunk/libchart-clicker-perl/debian/copyright
    trunk/libchart-clicker-perl/lib/Chart/Clicker.pm
    trunk/libchart-clicker-perl/lib/Chart/Clicker/Tutorial.pod

Modified: trunk/libchart-clicker-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-clicker-perl/Changes?rev=57749&op=diff
==============================================================================
--- trunk/libchart-clicker-perl/Changes (original)
+++ trunk/libchart-clicker-perl/Changes Sun May  9 20:29:25 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: trunk/libchart-clicker-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-clicker-perl/META.yml?rev=57749&op=diff
==============================================================================
--- trunk/libchart-clicker-perl/META.yml (original)
+++ trunk/libchart-clicker-perl/META.yml Sun May  9 20:29:25 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: trunk/libchart-clicker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-clicker-perl/debian/changelog?rev=57749&op=diff
==============================================================================
--- trunk/libchart-clicker-perl/debian/changelog (original)
+++ trunk/libchart-clicker-perl/debian/changelog Sun May  9 20:29:25 2010
@@ -1,11 +1,5 @@
-libchart-clicker-perl (2.63-1) UNRELEASED; urgency=low
-
-  TODO:
-  - I don't see a copyright holder anywhere. if we make the "author=copyright
-    holder" assumption under the berne convention, I'd add an x-comment. or bug
-    upstream.
-    => Issue forwarded: http://rt.cpan.org/Ticket/Display.html?id=57317
+libchart-clicker-perl (2.64-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #576964)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 09 May 2010 08:06:52 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 09 May 2010 15:04:27 -0400

Modified: trunk/libchart-clicker-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-clicker-perl/debian/copyright?rev=57749&op=diff
==============================================================================
--- trunk/libchart-clicker-perl/debian/copyright (original)
+++ trunk/libchart-clicker-perl/debian/copyright Sun May  9 20:29:25 2010
@@ -4,7 +4,7 @@
 Name: Chart-Clicker
 
 Files: *
-Copyright: 2007, Cory G Watson <gphat at cpan.org>
+Copyright: 2007-2010, Cory G Watson <gphat at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libchart-clicker-perl/lib/Chart/Clicker.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-clicker-perl/lib/Chart/Clicker.pm?rev=57749&op=diff
==============================================================================
--- trunk/libchart-clicker-perl/lib/Chart/Clicker.pm (original)
+++ trunk/libchart-clicker-perl/lib/Chart/Clicker.pm Sun May  9 20:29:25 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: trunk/libchart-clicker-perl/lib/Chart/Clicker/Tutorial.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-clicker-perl/lib/Chart/Clicker/Tutorial.pod?rev=57749&op=diff
==============================================================================
--- trunk/libchart-clicker-perl/lib/Chart/Clicker/Tutorial.pod (original)
+++ trunk/libchart-clicker-perl/lib/Chart/Clicker/Tutorial.pod Sun May  9 20:29:25 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