r53162 - in /trunk/pmtools: ./ Devel/ debian/

abe at users.alioth.debian.org abe at users.alioth.debian.org
Mon Feb 22 02:58:26 UTC 2010


Author: abe
Date: Mon Feb 22 02:58:20 2010
New Revision: 53162

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53162
Log:
Preparing packaging of new upstream release (1.10)

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

Modified: trunk/pmtools/Devel/Loaded.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/Devel/Loaded.pm?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/Devel/Loaded.pm (original)
+++ trunk/pmtools/Devel/Loaded.pm Mon Feb 22 02:58:20 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: trunk/pmtools/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/MANIFEST?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/MANIFEST (original)
+++ trunk/pmtools/MANIFEST Mon Feb 22 02:58:20 2010
@@ -1,9 +1,9 @@
-Devel
+Changes
 MANIFEST
-Makefile
 Makefile.PL
 Makefile.lame
 README
+TODO
 basepods
 faqpods
 modpods

Modified: trunk/pmtools/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/Makefile.PL?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/Makefile.PL (original)
+++ trunk/pmtools/Makefile.PL Mon Feb 22 02:58:20 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 ],

Modified: trunk/pmtools/basepods
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/basepods?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/basepods (original)
+++ trunk/pmtools/basepods Mon Feb 22 02:58:20 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: trunk/pmtools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/changelog?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/debian/changelog (original)
+++ trunk/pmtools/debian/changelog Mon Feb 22 02:58:20 2010
@@ -1,3 +1,10 @@
+pmtools (1.10-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * New maintainer (Debian Perl Group) and new uploader (abe)
+
+ -- Axel Beckert <abe at debian.org>  Mon, 22 Feb 2010 03:54:08 +0100
+
 pmtools (1.00-8.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/pmtools/faqpods
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/faqpods?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/faqpods (original)
+++ trunk/pmtools/faqpods Mon Feb 22 02:58:20 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: trunk/pmtools/modpods
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/modpods?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/modpods (original)
+++ trunk/pmtools/modpods Mon Feb 22 02:58:20 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: trunk/pmtools/pfcat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pfcat?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pfcat (original)
+++ trunk/pmtools/pfcat Mon Feb 22 02:58:20 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: trunk/pmtools/plxload
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/plxload?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/plxload (original)
+++ trunk/pmtools/plxload Mon Feb 22 02:58:20 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: trunk/pmtools/pmall
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmall?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmall (original)
+++ trunk/pmtools/pmall Mon Feb 22 02:58:20 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: trunk/pmtools/pman
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pman?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pman (original)
+++ trunk/pmtools/pman Mon Feb 22 02:58:20 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: trunk/pmtools/pmcat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmcat?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmcat (original)
+++ trunk/pmtools/pmcat Mon Feb 22 02:58:20 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: trunk/pmtools/pmdesc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmdesc?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmdesc (original)
+++ trunk/pmtools/pmdesc Mon Feb 22 02:58:20 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: trunk/pmtools/pmdirs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmdirs?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmdirs (original)
+++ trunk/pmtools/pmdirs Mon Feb 22 02:58:20 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: trunk/pmtools/pmeth
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmeth?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmeth (original)
+++ trunk/pmtools/pmeth Mon Feb 22 02:58:20 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: trunk/pmtools/pmexp
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmexp?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmexp (original)
+++ trunk/pmtools/pmexp Mon Feb 22 02:58:20 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: trunk/pmtools/pmfunc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmfunc?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmfunc (original)
+++ trunk/pmtools/pmfunc Mon Feb 22 02:58:20 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: trunk/pmtools/pminst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pminst?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pminst (original)
+++ trunk/pmtools/pminst Mon Feb 22 02:58:20 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: trunk/pmtools/pmload
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmload?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmload (original)
+++ trunk/pmtools/pmload Mon Feb 22 02:58:20 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: trunk/pmtools/pmls
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmls?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmls (original)
+++ trunk/pmtools/pmls Mon Feb 22 02:58:20 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: trunk/pmtools/pmpath
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmpath?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmpath (original)
+++ trunk/pmtools/pmpath Mon Feb 22 02:58:20 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: trunk/pmtools/pmvers
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pmvers?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pmvers (original)
+++ trunk/pmtools/pmvers Mon Feb 22 02:58:20 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: trunk/pmtools/podgrep
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/podgrep?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/podgrep (original)
+++ trunk/pmtools/podgrep Mon Feb 22 02:58:20 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: trunk/pmtools/podpath
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/podpath?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/podpath (original)
+++ trunk/pmtools/podpath Mon Feb 22 02:58:20 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: trunk/pmtools/pods
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/pods?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/pods (original)
+++ trunk/pmtools/pods Mon Feb 22 02:58:20 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: trunk/pmtools/podtoc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/podtoc?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/podtoc (original)
+++ trunk/pmtools/podtoc Mon Feb 22 02:58:20 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: trunk/pmtools/sitepods
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/sitepods?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/sitepods (original)
+++ trunk/pmtools/sitepods Mon Feb 22 02:58:20 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: trunk/pmtools/stdpods
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/stdpods?rev=53162&op=diff
==============================================================================
--- trunk/pmtools/stdpods (original)
+++ trunk/pmtools/stdpods Mon Feb 22 02:58:20 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