r12677 - in /branches/upstream/libtree-dagnode-perl/current: ChangeLog MANIFEST.SKIP META.yml Makefile.PL README lib/Tree/DAG_Node.pm t/00_about_verbose.t t/01_old_junk.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Jan 14 02:29:28 UTC 2008


Author: rmayorga-guest
Date: Mon Jan 14 02:29:27 2008
New Revision: 12677

URL: http://svn.debian.org/wsvn/?sc=1&rev=12677
Log:
[svn-upgrade] Integrating new upstream version, libtree-dagnode-perl (1.06)

Modified:
    branches/upstream/libtree-dagnode-perl/current/ChangeLog
    branches/upstream/libtree-dagnode-perl/current/MANIFEST.SKIP
    branches/upstream/libtree-dagnode-perl/current/META.yml
    branches/upstream/libtree-dagnode-perl/current/Makefile.PL
    branches/upstream/libtree-dagnode-perl/current/README
    branches/upstream/libtree-dagnode-perl/current/lib/Tree/DAG_Node.pm
    branches/upstream/libtree-dagnode-perl/current/t/00_about_verbose.t
    branches/upstream/libtree-dagnode-perl/current/t/01_old_junk.t

Modified: branches/upstream/libtree-dagnode-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/ChangeLog?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/ChangeLog (original)
+++ branches/upstream/libtree-dagnode-perl/current/ChangeLog Mon Jan 14 02:29:27 2008
@@ -1,56 +1,17 @@
-Revision history for Perl extension Tree::DAG_Node.
-                                        Time-stamp: "2004-12-29 18:18:38 AST"
+Revision history for Perl module Tree::DAG_Node.
+
+2007-12-02  David Hand  cogent at cpan.org
+
+	* release 1.06 -- new maintainer.  No code changes.
+
+2004-12-29  Sean M. Burke  sburke at cpan.org
+
+	* release 1.05 -- just repackaging.  No code changes.
+
+2001-02-23  Sean M. Burke  sburke at cpan.org
 	
-1998-10-27  Sean M. Burke  sburke at netadventure.net
-
-	* Release 0.73 -- first release version.
-
-1998-10-28  Sean M. Burke  sburke at netadventure.net
-
-	* Release 0.74 -- whoops, forgot to bundle the README.
-	No change in the module.
-
-1998-11-03  Sean M. Burke  sburke at netadventure.net
-
-	* Release 0.75 -- minor changes:
-
-	New methods new_daughter, new_daughter_left.
-
-	$obj->new constructor syntax now documented.
-	
-	Internal accesses to "daughter" and "mother" attribs
-	are now direct, for efficiency's sake.
-
-	Minor improvements to the docs.
-
-1999-05-14  Sean M. Burke  sburke at netadventure.net
-
-        * Releass 1.01 -- major additions:
-	
-	Scads of new methods.  Still (as far as I know) backward
-	compatible with all previous versions.  Some minor changes in
-	coding, not affecting the interface.
-
-	Hopefully more friendly to users that use -w (warnings).
-
-	Cautionary tale: I started making big changes to this right around
-	mid-November 1998.  But I kept thinking "oh, ONE MORE change and
-	then I'll release it."  Famous last words!  Other things came up,
-	I forgot what was new and what was different in this module
-	(which is why you don't see a detailed list of differences here),
-	altho apparently somehow I managed to document all the new
-	methods.
-
-2000-03-05  Sean M. Burke  sburke at netadventure.net
-
-	* Release 1.02 -- minor bugfixes:
-
-	* Fixed a typo in the docs: corrected one "right_sisters" to
-	"right_sister"
-
-	* Initialized a variable to '' to avoid warnings under -w.
-	Thanks to Gilles Lamiral.
-
+	* Release 1.04 -- bugfix: Olegt at dreamtime.net notes a bug in
+	depth_under that apparently always makes it return 0.  Fixed.
 
 2000-05-13  Sean M. Burke  sburke at cpan.org
 
@@ -76,12 +37,52 @@
 	constantly having assertions of noncyclicity (especially when
 	these assertions are rather expensive to check).
 
-2001-02-23  Sean M. Burke  sburke at cpan.org
+2000-03-05  Sean M. Burke  sburke at netadventure.net
+
+	* Release 1.02 -- minor bugfixes:
+
+	* Fixed a typo in the docs: corrected one "right_sisters" to
+	"right_sister"
+
+	* Initialized a variable to '' to avoid warnings under -w.
+	Thanks to Gilles Lamiral.
+
+1999-05-14  Sean M. Burke  sburke at netadventure.net
+
+        * Releass 1.01 -- major additions:
 	
-	* Release 1.04 -- bugfix: Olegt at dreamtime.net notes a bug in
-	depth_under that apparently always makes it return 0.  Fixed.
+	Scads of new methods.  Still (as far as I know) backward
+	compatible with all previous versions.  Some minor changes in
+	coding, not affecting the interface.
 
+	Hopefully more friendly to users that use -w (warnings).
 
-2004-12-29  Sean M. Burke  sburke at cpan.org
+	Cautionary tale: I started making big changes to this right around
+	mid-November 1998.  But I kept thinking "oh, ONE MORE change and
+	then I'll release it."  Famous last words!  Other things came up,
+	I forgot what was new and what was different in this module
+	(which is why you don't see a detailed list of differences here),
+	altho apparently somehow I managed to document all the new
+	methods.
 
-	* release 1.05 -- just repackaging.  No code changes.
+1998-11-03  Sean M. Burke  sburke at netadventure.net
+
+	* Release 0.75 -- minor changes:
+
+	New methods new_daughter, new_daughter_left.
+
+	$obj->new constructor syntax now documented.
+	
+	Internal accesses to "daughter" and "mother" attribs
+	are now direct, for efficiency's sake.
+
+	Minor improvements to the docs.
+
+1998-10-28  Sean M. Burke  sburke at netadventure.net
+
+	* Release 0.74 -- whoops, forgot to bundle the README.
+	No change in the module.
+
+1998-10-27  Sean M. Burke  sburke at netadventure.net
+
+	* Release 0.73 -- first release version.

Modified: branches/upstream/libtree-dagnode-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/MANIFEST.SKIP?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libtree-dagnode-perl/current/MANIFEST.SKIP Mon Jan 14 02:29:27 2008
@@ -3,5 +3,5 @@
 \.rej$
 CVS
 blib
-~
-
+~$
+.svn

Modified: branches/upstream/libtree-dagnode-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/META.yml?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/META.yml (original)
+++ branches/upstream/libtree-dagnode-perl/current/META.yml Mon Jan 14 02:29:27 2008
@@ -1,10 +1,16 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Tree-DAG_Node
-version:      1.05
-version_from: lib/Tree/DAG_Node.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+--- #YAML:1.0
+name:                Tree-DAG_Node
+version:             1.06
+abstract:            (super)class for representing nodes in a tree
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.36
+distribution_type:   module
+requires:     
+    Carp:                          0
+    strict:                        0
+    vars:                          0
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2
+author:
+    - David Hand, <cogent at cpan.org>

Modified: branches/upstream/libtree-dagnode-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/Makefile.PL?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/Makefile.PL (original)
+++ branches/upstream/libtree-dagnode-perl/current/Makefile.PL Mon Jan 14 02:29:27 2008
@@ -1,16 +1,25 @@
-# This -*-perl-*- script writes the Makefile for installing this distribution.
+# This script writes the Makefile for installing this distribution.
 #
 # See "perldoc perlmodinstall" or "perldoc ExtUtils::MakeMaker" for
 # info on how to control how the installation goes.
-#
-#                                       Time-stamp: "2004-12-29 20:40:03 AST"
 
 require 5.004;
 use strict;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-    'NAME'	=> 'Tree::DAG_Node',
-    'VERSION_FROM' => 'lib/Tree/DAG_Node.pm', # finds $VERSION
-    'dist'        => { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
+    NAME          => 'Tree::DAG_Node',
+    ABSTRACT_FROM => 'lib/Tree/DAG_Node.pm',
+    VERSION_FROM  => 'lib/Tree/DAG_Node.pm',
+    AUTHOR        => 'David Hand, <cogent at cpan.org>',
+    LICENSE       => 'perl',
+    PREREQ_PM     => {
+        Carp   => 0,
+        strict => 0,
+        vars   => 0,
+    },
+    dist         => {
+        COMPRESS => 'gzip -6f',
+        SUFFIX   => 'gz',
+    },
 );

Modified: branches/upstream/libtree-dagnode-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/README?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/README (original)
+++ branches/upstream/libtree-dagnode-perl/current/README Mon Jan 14 02:29:27 2008
@@ -1,7 +1,7 @@
 README for Tree::DAG_Node
-                                        Time-stamp: "2001-02-23 11:37:30 MST"
 
 			    Tree::DAG_Node
+			     version 1.06
 
 [Partially excerpted from the POD.]
 
@@ -107,17 +107,19 @@
 SUPPORT
 
 Questions, bug reports, useful code bits, and suggestions for
-Tree::DAG_Node should just be sent to me at sburke at cpan.org
+Tree::DAG_Node should just be sent to David Hand, <cogent at cpan.org>.
 
 
 AVAILABILITY
 
-The latest version of Tree::DAG_Node is available from the
-Comprehensive Perl Archive Network (CPAN).  Visit
-<http://www.perl.com/CPAN/> to find a CPAN site near you.
+The latest version of Tree::DAG_Node is available from the Comprehensive
+Perl Archive Network (CPAN).  Visit <http://www.perl.com/CPAN/> to find
+a CPAN site near you.
 
 
-COPYRIGHT
+COPYRIGHT AND LICENSE
 
-Copyright 1998- by Sean M. Burke <sburke at cpan.org>, all
-rights reserved.
+Copyright 1998-2001, 2004, 2007 by Sean M. Burke and David Hand.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.

Modified: branches/upstream/libtree-dagnode-perl/current/lib/Tree/DAG_Node.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/lib/Tree/DAG_Node.pm?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/lib/Tree/DAG_Node.pm (original)
+++ branches/upstream/libtree-dagnode-perl/current/lib/Tree/DAG_Node.pm Mon Jan 14 02:29:27 2008
@@ -1,6 +1,3 @@
-
-# -*-Perl-*-  Time-stamp: "2004-12-29 18:17:58 AST"
-
 require 5;
 package Tree::DAG_Node;
 use Carp ();
@@ -8,7 +5,7 @@
 use vars qw(@ISA $Debug $VERSION);
 
 $Debug = 0;
-$VERSION = "1.05";
+$VERSION = '1.06';
 
 =head1 NAME
 
@@ -2837,8 +2834,8 @@
 =head1 BUG REPORTS
 
 If you find a bug in this library, report it to me as soon as possible,
-at the address listed in the AUTHOR section, below.  Please try to be
-as specific as possible about how you got the bug to occur.
+at the address listed in the MAINTAINER section, below.  Please try to
+be as specific as possible about how you got the bug to occur.
 
 =head1 HELP!
 
@@ -2919,20 +2916,25 @@
 later printings/editions of I<Algorithms + Data Structures =
 Programs>.)
 
-=head1 COPYRIGHT AND DISCLAIMER
-
-Copyright 1998,1999,2000,2001 by Sean M. Burke C<sburke at cpan.org>, all
-rights reserved.  This program is free software; you can redistribute
-it and/or modify it under the same terms as Perl itself.
+=head1 MAINTAINER
+
+David Hand, C<< <cogent at cpan.org> >>
+
+=head1 AUTHOR
+
+Sean M. Burke, C<< <sburke at cpan.org> >>
+
+=head1 COPYRIGHT, LICENSE, AND DISCLAIMER
+
+Copyright 1998-2001, 2004, 2007 by Sean M. Burke and David Hand.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
 
 This program is distributed in the hope that it will be useful, but
 without any warranty; without even the implied warranty of
 merchantability or fitness for a particular purpose.
 
-=head1 AUTHOR
-
-Sean M. Burke C<sburke at cpan.org>
-
 =cut
 
 1;

Modified: branches/upstream/libtree-dagnode-perl/current/t/00_about_verbose.t
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/t/00_about_verbose.t?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/t/00_about_verbose.t (original)
+++ branches/upstream/libtree-dagnode-perl/current/t/00_about_verbose.t Mon Jan 14 02:29:27 2008
@@ -1,6 +1,5 @@
-
+#! perl
 require 5;
-# Time-stamp: "2004-12-29 20:52:46 AST"
 # Summary of, well, things.
 
 use Test;

Modified: branches/upstream/libtree-dagnode-perl/current/t/01_old_junk.t
URL: http://svn.debian.org/wsvn/branches/upstream/libtree-dagnode-perl/current/t/01_old_junk.t?rev=12677&op=diff
==============================================================================
--- branches/upstream/libtree-dagnode-perl/current/t/01_old_junk.t (original)
+++ branches/upstream/libtree-dagnode-perl/current/t/01_old_junk.t Mon Jan 14 02:29:27 2008
@@ -1,3 +1,4 @@
+#! perl
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl test.pl'
 




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