r53160 - in /branches/upstream/pmtools/current: ./ Devel/

abe at users.alioth.debian.org abe at users.alioth.debian.org
Mon Feb 22 02:53:51 UTC 2010


Author: abe
Date: Mon Feb 22 02:53:44 2010
New Revision: 53160

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

Added:
    branches/upstream/pmtools/current/Changes
    branches/upstream/pmtools/current/TODO
Removed:
    branches/upstream/pmtools/current/Makefile
Modified:
    branches/upstream/pmtools/current/Devel/Loaded.pm
    branches/upstream/pmtools/current/MANIFEST
    branches/upstream/pmtools/current/Makefile.PL
    branches/upstream/pmtools/current/basepods
    branches/upstream/pmtools/current/faqpods
    branches/upstream/pmtools/current/modpods
    branches/upstream/pmtools/current/pfcat
    branches/upstream/pmtools/current/plxload
    branches/upstream/pmtools/current/pmall
    branches/upstream/pmtools/current/pman
    branches/upstream/pmtools/current/pmcat
    branches/upstream/pmtools/current/pmdesc
    branches/upstream/pmtools/current/pmdirs
    branches/upstream/pmtools/current/pmeth
    branches/upstream/pmtools/current/pmexp
    branches/upstream/pmtools/current/pmfunc
    branches/upstream/pmtools/current/pminst
    branches/upstream/pmtools/current/pmload
    branches/upstream/pmtools/current/pmls
    branches/upstream/pmtools/current/pmpath
    branches/upstream/pmtools/current/pmvers
    branches/upstream/pmtools/current/podgrep
    branches/upstream/pmtools/current/podpath
    branches/upstream/pmtools/current/pods
    branches/upstream/pmtools/current/podtoc
    branches/upstream/pmtools/current/sitepods
    branches/upstream/pmtools/current/stdpods

Added: branches/upstream/pmtools/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/Changes?rev=53160&op=file
==============================================================================
--- branches/upstream/pmtools/current/Changes (added)
+++ branches/upstream/pmtools/current/Changes Mon Feb 22 02:53:44 2010
@@ -1,0 +1,13 @@
+v1.10  2008-01-18 06:57:21 EST  Mark Leighton Fisher
+  - Added copyrights in my name as well as Tom Christiansen.
+  - Changed to dual-license like Perl: GNU and Perl Artistic.
+    This was at the request of the Fedora project, as they
+    wanted a version of pmtools licensed under GNU.
+
+v1.01  2006-03-21 21:33:52 EST  Mark Leighton Fisher
+  - Two sets of patches from Jose Pedro Oliveira:
+    1. Added missing pmeth to Makefile.PL.
+    2. "$mod" was partially renamed to "$module" in my copy; this
+       patch restores it to "$mod".
+  - Added Changes and TODO files.
+  - Updated MANIFEST with Changes and TODO.

Modified: branches/upstream/pmtools/current/Devel/Loaded.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/Devel/Loaded.pm?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/Devel/Loaded.pm (original)
+++ branches/upstream/pmtools/current/Devel/Loaded.pm Mon Feb 22 02:53:44 2010
@@ -3,7 +3,7 @@
 
 package Devel::Loaded;
 
-$VERSION = 1;
+$VERSION = '1.10';
 
 BEGIN { %Seen = %INC } 
 
@@ -59,10 +59,21 @@
 The I<plxload> and the I<pmload> programs, which use
 this technique.
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under the Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/MANIFEST?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/MANIFEST (original)
+++ branches/upstream/pmtools/current/MANIFEST Mon Feb 22 02:53:44 2010
@@ -1,9 +1,9 @@
-Devel
+Changes
 MANIFEST
-Makefile
 Makefile.PL
 Makefile.lame
 README
+TODO
 basepods
 faqpods
 modpods

Modified: branches/upstream/pmtools/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/Makefile.PL?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/Makefile.PL (original)
+++ branches/upstream/pmtools/current/Makefile.PL Mon Feb 22 02:53:44 2010
@@ -4,7 +4,7 @@
 	NAME => "pmtools",
         DISTNAME => "pmtools",
 	EXE_FILES => [  basepods, faqpods, modpods, pfcat, plxload,
-			pmall, pman, pmcat, pmdesc, pmdirs, pmexp,
+			pmall, pman, pmcat, pmdesc, pmdirs, pmeth, pmexp,
 			pmfunc, pminst, pmload, pmls, pmpath, pmvers,
 			podgrep, podpath, pods, podtoc, sitepods,
 			stdpods ],

Added: branches/upstream/pmtools/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/TODO?rev=53160&op=file
==============================================================================
--- branches/upstream/pmtools/current/TODO (added)
+++ branches/upstream/pmtools/current/TODO Mon Feb 22 02:53:44 2010
@@ -1,0 +1,8 @@
+In no particular order, here are some of my goals for pmtools:
+
+* Add some tests.
+* Fix plxload, which does not work for me under Cygwin.
+* Investigate CPAN module manipulation packages for use
+  in additional pmtools.
+* Add the "pmtools" command sent me by Matthew Persico.
+* Solicit other ideas from Perl community members.

Modified: branches/upstream/pmtools/current/basepods
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/basepods?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/basepods (original)
+++ branches/upstream/pmtools/current/basepods Mon Feb 22 02:53:44 2010
@@ -43,11 +43,21 @@
 
 faqpods(1), modpods(1), pods(1), sitepod(1), podpath(1), and stdpod(1).
 
+=head1 AUTHORS and COPYRIGHTS
 
-=head1 AUTHOR and COPYRIGHT
+Copyright (C) 1999 Tom Christiansen.
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 2006-2008 Mark Leighton Fisher.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/faqpods
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/faqpods?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/faqpods (original)
+++ branches/upstream/pmtools/current/faqpods Mon Feb 22 02:53:44 2010
@@ -37,10 +37,21 @@
 
 basepods(1), modpods(1), pods(1), sitepod(1), podpath(1), and stdpod(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/modpods
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/modpods?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/modpods (original)
+++ branches/upstream/pmtools/current/modpods Mon Feb 22 02:53:44 2010
@@ -51,10 +51,21 @@
 
 podgrep(1), modpods(1), pods(1), sitepods(1), podpath(1), and stdpod(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pfcat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pfcat?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pfcat (original)
+++ branches/upstream/pmtools/current/pfcat Mon Feb 22 02:53:44 2010
@@ -57,10 +57,21 @@
 
 podgrep(1)
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/plxload
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/plxload?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/plxload (original)
+++ branches/upstream/pmtools/current/plxload Mon Feb 22 02:53:44 2010
@@ -55,10 +55,21 @@
 
 L<Devel::Loaded> and pmload(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmall
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmall?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmall (original)
+++ branches/upstream/pmtools/current/pmall Mon Feb 22 02:53:44 2010
@@ -132,7 +132,7 @@
     # This should really use system(), because otherwise we bloat.
     my $mod = shift;
     local $SIG{__WARN__} = sub {};
-    eval "require $mod";
+    eval "local \$^W = 0; require $mod";
     if ($@) {
 	warn "Cannot require $mod -- $@\n"
 	    if $opt_v;
@@ -218,10 +218,21 @@
 pmdesc(1)
 pmvers(1)
 
-=head1 AUTHOR and COPYRIGHT
-
-Copyright (c) 1999 Tom Christiansen
-
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+=head1 AUTHORS and COPYRIGHTS
+
+Copyright (C) 1999 Tom Christiansen.
+
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pman
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pman?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pman (original)
+++ branches/upstream/pmtools/current/pman Mon Feb 22 02:53:44 2010
@@ -55,10 +55,21 @@
 
 pod2text(1), perlpod(1), pod2man(1), pod2html(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmcat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmcat?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmcat (original)
+++ branches/upstream/pmtools/current/pmcat Mon Feb 22 02:53:44 2010
@@ -41,10 +41,21 @@
 
 pmpath(1)
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmdesc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmdesc?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmdesc (original)
+++ branches/upstream/pmtools/current/pmdesc Mon Feb 22 02:53:44 2010
@@ -87,10 +87,21 @@
 pmpath(1)
 pmvers(1)
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmdirs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmdirs?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmdirs (original)
+++ branches/upstream/pmtools/current/pmdirs Mon Feb 22 02:53:44 2010
@@ -45,10 +45,21 @@
 
 perlrun(1), perlvar(1), lib(3)
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmeth
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmeth?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmeth (original)
+++ branches/upstream/pmtools/current/pmeth Mon Feb 22 02:53:44 2010
@@ -16,7 +16,7 @@
     my $module = shift;
     my @indirect = @_;
     my @baseclasses = @indirect[ 0 .. ($#indirect-1) ];
-    eval "require $module";
+    eval "local \$^W = 0; require $module";
     if ($@) {
 	$@ =~ s/at \(eval.*$//;
 	warn "$0: $@";
@@ -206,10 +206,21 @@
 
 perltoot(1), perlobj(1)
 
-=head1 AUTHOR and COPYRIGHT
-
-Copyright (c) 1999 Tom Christiansen
-
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+=head1 AUTHORS and COPYRIGHTS
+
+Copyright (C) 1999 Tom Christiansen.
+
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmexp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmexp?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmexp (original)
+++ branches/upstream/pmtools/current/pmexp Mon Feb 22 02:53:44 2010
@@ -8,7 +8,7 @@
 $errors = 0;
 
 for $module (@ARGV) { 
-    eval "require $module";
+    eval "local \$^W = 0; require $module";
     if ($@) {
         $@ =~ s/at \(eval.*$//;
         warn "$0: $@";
@@ -80,10 +80,21 @@
 
 pmeth(1), perlmod(1), Exporter(3).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmfunc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmfunc?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmfunc (original)
+++ branches/upstream/pmtools/current/pmfunc Mon Feb 22 02:53:44 2010
@@ -65,10 +65,21 @@
 
 =head1 SEE ALSO
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pminst
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pminst?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pminst (original)
+++ branches/upstream/pmtools/current/pminst Mon Feb 22 02:53:44 2010
@@ -139,10 +139,21 @@
     /usr/local/filsperl/lib/5.00554/i686-linux-thread/Thread/Specific.pm
     /usr/local/filsperl/lib/5.00554/i686-linux-thread/Thread.pm
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmload
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmload?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmload (original)
+++ branches/upstream/pmtools/current/pmload Mon Feb 22 02:53:44 2010
@@ -8,7 +8,7 @@
 %seen = %INC;
 
 $module = shift;
-eval "require $module";
+eval "local \$^W = 0; require $module";
 
 if ($@) {
     $@ =~ s/at \(eval.*$//;
@@ -110,10 +110,21 @@
 
 Devel::Loaded, plxload(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmls
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmls?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmls (original)
+++ branches/upstream/pmtools/current/pmls Mon Feb 22 02:53:44 2010
@@ -40,10 +40,21 @@
 
 pmpath(1)
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmpath
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmpath?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmpath (original)
+++ branches/upstream/pmtools/current/pmpath Mon Feb 22 02:53:44 2010
@@ -7,7 +7,7 @@
 $errors = 0;
 
 for $module (@ARGV) {
-    eval "require $module";
+    eval "local \$^W = 0; require $module";
     if ($@) {
 	$@ =~ s/at \(eval.*$//;
 	warn "$0: $@";
@@ -64,10 +64,21 @@
 pmvers(1),
 pmcat(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pmvers
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pmvers?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pmvers (original)
+++ branches/upstream/pmtools/current/pmvers Mon Feb 22 02:53:44 2010
@@ -7,7 +7,7 @@
 $errors = 0;
 
 for $module (@ARGV) {
-    eval "require $module";
+    eval "local \$^W = 0; require $module";
     if ($@) {
 	$@ =~ s/at \(eval.*$//;
 	warn "$0: $@";
@@ -68,10 +68,21 @@
 pmpath(1),
 pmcat(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/podgrep
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/podgrep?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/podgrep (original)
+++ branches/upstream/pmtools/current/podgrep Mon Feb 22 02:53:44 2010
@@ -158,10 +158,21 @@
     $ENV{PAGER} = "less";
     $ENV{LESS}  = "MQeicsnf";
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/podpath
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/podpath?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/podpath (original)
+++ branches/upstream/pmtools/current/podpath Mon Feb 22 02:53:44 2010
@@ -43,10 +43,21 @@
 pmpath(1),
 perlmodlib(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/pods
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/pods?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/pods (original)
+++ branches/upstream/pmtools/current/pods Mon Feb 22 02:53:44 2010
@@ -22,10 +22,21 @@
 
 faqpods(1), modpods(1), sitepods(1), podpath(1), pminst(1), and stdpod(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/podtoc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/podtoc?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/podtoc (original)
+++ branches/upstream/pmtools/current/podtoc Mon Feb 22 02:53:44 2010
@@ -62,10 +62,21 @@
 
 pod2man(1), perlpod(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/sitepods
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/sitepods?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/sitepods (original)
+++ branches/upstream/pmtools/current/sitepods Mon Feb 22 02:53:44 2010
@@ -37,11 +37,21 @@
 
 faqpods(1), modpods(1), pods(1), podpath(1), and stdpod(1).
 
+=head1 AUTHORS and COPYRIGHTS
 
-=head1 AUTHOR and COPYRIGHT
+Copyright (C) 1999 Tom Christiansen.
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 2006-2008 Mark Leighton Fisher.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".

Modified: branches/upstream/pmtools/current/stdpods
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/pmtools/current/stdpods?rev=53160&op=diff
==============================================================================
--- branches/upstream/pmtools/current/stdpods (original)
+++ branches/upstream/pmtools/current/stdpods Mon Feb 22 02:53:44 2010
@@ -33,10 +33,21 @@
 
 podgrep(1), faqpods(1), modpods(1), pods(1), podpath(1), and sitepod(1).
 
-=head1 AUTHOR and COPYRIGHT
+=head1 AUTHORS and COPYRIGHTS
 
-Copyright (c) 1999 Tom Christiansen
+Copyright (C) 1999 Tom Christiansen.
 
-This is free software.  You may modify it and distribute it 
-under Perl's Artistic Licence.  Modified versions must be
-clearly indicated.
+Copyright (C) 2006-2008 Mark Leighton Fisher.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of either:
+(a) the GNU General Public License as published by the Free
+Software Foundation; either version 1, or (at your option) any
+later version, or
+(b) the Perl "Artistic License".
+(This is the Perl 5 licensing scheme.)
+
+Please note this is a change from the
+original pmtools-1.00 (still available on CPAN),
+as pmtools-1.00 were licensed only under the
+Perl "Artistic License".




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