r21125 - in /branches/upstream/libsvg-graph-perl/current: Changes Graph.pm MANIFEST META.yml README

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 21:26:18 UTC 2008


Author: gregoa
Date: Sat Jun 14 21:26:18 2008
New Revision: 21125

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

Added:
    branches/upstream/libsvg-graph-perl/current/META.yml
Modified:
    branches/upstream/libsvg-graph-perl/current/Changes
    branches/upstream/libsvg-graph-perl/current/Graph.pm
    branches/upstream/libsvg-graph-perl/current/MANIFEST
    branches/upstream/libsvg-graph-perl/current/README

Modified: branches/upstream/libsvg-graph-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-graph-perl/current/Changes?rev=21125&op=diff
==============================================================================
--- branches/upstream/libsvg-graph-perl/current/Changes (original)
+++ branches/upstream/libsvg-graph-perl/current/Changes Sat Jun 14 21:26:18 2008
@@ -3,3 +3,6 @@
 0.01  Sat Jun 21 19:25:42 2003
 	- original version; created by h2xs 1.21 with options
 		-X SVG::Graph
+
+0.02 June 11, 2008
+	- Updated License to Artistic 2.0.  See README file.

Modified: branches/upstream/libsvg-graph-perl/current/Graph.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-graph-perl/current/Graph.pm?rev=21125&op=diff
==============================================================================
--- branches/upstream/libsvg-graph-perl/current/Graph.pm (original)
+++ branches/upstream/libsvg-graph-perl/current/Graph.pm Sat Jun 14 21:26:18 2008
@@ -64,7 +64,7 @@
  Spline Graph		x
  Tree					x
 
-SVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the
+SVG::Graph 0.02 is a pre-alpha release. Keep in mind that many of the
 glyphs are not very robust. 
 
 =head1 PLOTTING
@@ -138,7 +138,7 @@
 
 use Data::Dumper;
 use strict;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head2 new
 

Modified: branches/upstream/libsvg-graph-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-graph-perl/current/MANIFEST?rev=21125&op=diff
==============================================================================
--- branches/upstream/libsvg-graph-perl/current/MANIFEST (original)
+++ branches/upstream/libsvg-graph-perl/current/MANIFEST Sat Jun 14 21:26:18 2008
@@ -49,3 +49,4 @@
 t/scatter.t
 t/tree.t
 t/wedge.t
+META.yml                                 Module meta-data (added by MakeMaker)

Added: branches/upstream/libsvg-graph-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-graph-perl/current/META.yml?rev=21125&op=file
==============================================================================
--- branches/upstream/libsvg-graph-perl/current/META.yml (added)
+++ branches/upstream/libsvg-graph-perl/current/META.yml Sat Jun 14 21:26:18 2008
@@ -1,0 +1,15 @@
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         SVG-Graph
+version:      0.02
+version_from: Graph.pm
+installdirs:  site
+requires:
+    Math::Derivative:              0
+    Math::Spline:                  0
+    Statistics::Descriptive:       2.6
+    SVG:                           2.27
+    Tree::DAG_Node:                1.04
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.30

Modified: branches/upstream/libsvg-graph-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-graph-perl/current/README?rev=21125&op=diff
==============================================================================
--- branches/upstream/libsvg-graph-perl/current/README (original)
+++ branches/upstream/libsvg-graph-perl/current/README Sat Jun 14 21:26:18 2008
@@ -1,4 +1,4 @@
-SVG/Graph version 0.01
+SVG/Graph version 0.02
 ======================
 
 SVG::Graph - Visualize your data in Scalable Vector Graphics (SVG) format.
@@ -20,7 +20,7 @@
  Spline Graph		x
  Tree					x
 
-SVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the
+SVG::Graph 0.02 is a pre-alpha release. Keep in mind that many of the
 glyphs are not very robust. 
 
 INSTALLATION
@@ -49,6 +49,8 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2002-2003 Allen Day <allenday at ucla.edu>,
-Chris To <crsto at ucla.edu>
+License: Artistic 2.0
 
+Copyright: 2002-2007 Allen Day <allenday at ucla.edu>, Chris To
+<crsto at ucla.edu>
+




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