r50983 - in /trunk/libtest-pod-perl: Build.PL Changes MANIFEST META.yml Makefile.PL Pod.pm debian/changelog debian/control debian/copyright lib/ t/link.pod t/link.t t/spaced-directives.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 15 02:26:18 UTC 2010


Author: jawnsy-guest
Date: Fri Jan 15 02:26:12 2010
New Revision: 50983

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50983
Log:
* New upstream release
* Standards-Version 3.8.3 (drop perl version dep)
* Update to new DEP5 copyright format

Added:
    trunk/libtest-pod-perl/Build.PL
      - copied unchanged from r50978, branches/upstream/libtest-pod-perl/current/Build.PL
    trunk/libtest-pod-perl/lib/
      - copied from r50978, branches/upstream/libtest-pod-perl/current/lib/
Removed:
    trunk/libtest-pod-perl/Makefile.PL
    trunk/libtest-pod-perl/Pod.pm
    trunk/libtest-pod-perl/t/link.pod
    trunk/libtest-pod-perl/t/link.t
Modified:
    trunk/libtest-pod-perl/Changes
    trunk/libtest-pod-perl/MANIFEST
    trunk/libtest-pod-perl/META.yml
    trunk/libtest-pod-perl/debian/changelog
    trunk/libtest-pod-perl/debian/control
    trunk/libtest-pod-perl/debian/copyright
    trunk/libtest-pod-perl/t/spaced-directives.t

Modified: trunk/libtest-pod-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/Changes?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Changes (original)
+++ trunk/libtest-pod-perl/Changes Fri Jan 15 02:26:12 2010
@@ -1,4 +1,10 @@
 Change log for Test::Pod
+
+1.41 - 2010-01-14T20:09:25
+    * Maintenance transfered to David Wheeler.
+    * Test::Pod no longer complains about the construct L<text|url>, as it is
+      no longer illegal (as of Perl 5.11.3).
+    * Switched to Module::Build.
 
 1.40 - Sun Jul 12 23:32:11 CDT 2009
     [THINGS THAT MAY BREAK YOUR CODE]

Modified: trunk/libtest-pod-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/MANIFEST?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/MANIFEST (original)
+++ trunk/libtest-pod-perl/MANIFEST Fri Jan 15 02:26:12 2010
@@ -1,8 +1,8 @@
+Build.PL
 Changes
-Makefile.PL
-MANIFEST
-Pod.pm
-
+lib/Test/Pod.pm
+MANIFEST			This list of files
+META.yml
 t/00-load.t
 t/all_pod_files.t
 t/cut-outside-block.pod
@@ -11,12 +11,9 @@
 t/good.t
 t/item-ordering.pod
 t/item-ordering.t
-t/link.pod
-t/link.t
 t/load.t
 t/missing-file.t
 t/pod.t
-t/pod/good-pod-script
 t/pod/good-pod-script
 t/pod/good.pod
 t/pod/no_pod.pod
@@ -25,4 +22,3 @@
 t/spaced-directives.t
 t/unknown-directive.pod
 t/unknown-directive.t
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libtest-pod-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/META.yml?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/META.yml (original)
+++ trunk/libtest-pod-perl/META.yml Fri Jan 15 02:26:12 2010
@@ -1,24 +1,30 @@
---- #YAML:1.0
-name:               Test-Pod
-version:            1.40
-abstract:           ~
-author:  []
-license:            unknown
-distribution_type:  module
+---
+abstract: 'check for POD errors in files'
+author:
+  - 'Currently maintained by David E. Wheeler, C<< <david at justatheory.com> >>.'
+build_requires:
+  Module::Build: 0.30
+  Test::More: 0.70
 configure_requires:
-    ExtUtils::MakeMaker:  0
-build_requires:
-    ExtUtils::MakeMaker:  0
+  Module::Build: 0.30
+generated_by: 'Module::Build version 0.3601'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Test-Pod
+provides:
+  Test::Pod:
+    file: lib/Test/Pod.pm
+    version: 1.41
 requires:
-    File::Spec:           0
-    Pod::Simple:          3.07
-    Test::Builder::Tester:  1.02
-    Test::More:           0.62
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.52
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  File::Spec: 0
+  Pod::Simple: 3.07
+  Test::Builder::Tester: 1.02
+  Test::More: 0.70
+resources:
+  bugtracker: http://github.com/theory/test-xpod/issues/
+  homepage: http://search.cpan.org/dist/Test-Pod/
+  license: http://dev.perl.org/licenses/
+  repository: http://github.com/theory/test-pod/tree/
+version: 1.41

Modified: trunk/libtest-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/changelog?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/changelog (original)
+++ trunk/libtest-pod-perl/debian/changelog Fri Jan 15 02:26:12 2010
@@ -1,4 +1,9 @@
-libtest-pod-perl (1.40-2) UNRELEASED; urgency=low
+libtest-pod-perl (1.41-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Update to new DEP5 copyright format
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
@@ -7,7 +12,7 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:50 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 14 Jan 2010 21:32:02 -0500
 
 libtest-pod-perl (1.40-1) unstable; urgency=low
 

Modified: trunk/libtest-pod-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/control?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/control (original)
+++ trunk/libtest-pod-perl/debian/control Fri Jan 15 02:26:12 2010
@@ -1,21 +1,21 @@
 Source: libtest-pod-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl, perl (>= 5.10) | libtest-simple-perl (>= 0.62),
+ libio-stringy-perl, perl (>= 5.10.1) | libpod-simple-perl (>= 3.07)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
-Build-Depends: perl (>= 5.8.0), debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.10) | libtest-simple-perl (>= 0.62),
- libio-stringy-perl, libpod-simple-perl (>= 3.07)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Test-Pod/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-pod-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-pod-perl/
 
 Package: libtest-pod-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0),
- libio-stringy-perl, libpod-simple-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl,
+ libpod-simple-perl
 Description: Perl module to test for POD errors
  Test::Pod is a simple test for Perl's Plain Old Documentation (POD) format. It
  checks your distribution's module, script and documentation files for issues

Modified: trunk/libtest-pod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/copyright?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/copyright (original)
+++ trunk/libtest-pod-perl/debian/copyright Fri Jan 15 02:26:12 2010
@@ -1,57 +1,58 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Andy Lester <andy at petdance.com>
-Upstream-Source: http://search.cpan.org/dist/Test-Pod/
-Upstream-Name: Test-Pod
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: David E. Wheeler <david at justatheory.com>
+Source: http://search.cpan.org/dist/Test-Pod/
+Name: Test-Pod
 
 Files: *
 Copyright: 2006-2009, Andy Lester <andy at petdance.com>
  2002-2004, brian d foy <bdfoy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: debian/*
-Copyright: 2003, 2004, 2006, Jay Bonci <jaybonci at debian.org>
- 2006, Luk Claes <luk at debian.org>
- 2007, Gunnar Wolf <gwolf at debian.org>
- 2008, gregor herrmann <gregoa at debian.org>
- 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: t/item-ordering.pod, t/cut-outside-block.pod
 Copyright: 2002, Andy Lester <andy at petdance.com>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 X-Comment: It is assumed this file follows the same licensing scheme as the
  rest of the package -- that is, the same terms as Perl itself.
 
 Files: t/spaced-directives.pod, t/pod/*
 Copyright: 2004, Andy Lester <andy at petdance.com>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 X-Comment: It is assumed this file follows the same licensing scheme as the
  rest of the package -- that is, the same terms as Perl itself.
 
 Files: t/link.pod
 Copyright: 2009, Paul Miller <jettero at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 X-Comment: It is assumed this file follows the same licensing scheme as the
  rest of the package -- that is, the same terms as Perl itself.
 
 Files: t/unknown-directive.pod
 Copyright: 2002, brian d foy <bdfoy at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 X-Comment: It is assumed this file follows the same licensing scheme as the
  rest of the package -- that is, the same terms as Perl itself.
 
+Files: debian/*
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2007, Gunnar Wolf <gwolf at debian.org>
+ 2006, Luk Claes <luk at debian.org>
+ 2003-2006, Jay Bonci <jaybonci at debian.org>
+License: Artistic or GPL-1+
+
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
+

Modified: trunk/libtest-pod-perl/t/spaced-directives.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/t/spaced-directives.t?rev=50983&op=diff
==============================================================================
--- trunk/libtest-pod-perl/t/spaced-directives.t (original)
+++ trunk/libtest-pod-perl/t/spaced-directives.t Fri Jan 15 02:26:12 2010
@@ -12,11 +12,11 @@
 
 BAD: {
     my $name = 'Test name: Something not likely to accidentally occur!';
-    my $file = 't/spaced-rectives.pod';
+    my $file = 't/spaced-directives.pod';
     test_out( "not ok 1 - $name" );
     pod_file_ok( $file, $name );
     test_fail(-1);
-    test_diag( "$file (9): Unknown directive: =over4",);
-    test_diag( "$file (13): Unknown directive: =under",);
+    test_diag('*** WARNING: line containing nothing but whitespace in paragraph at line 11 in file t/spaced-directives.pod');
+    test_diag('*** WARNING: line containing nothing but whitespace in paragraph at line 17 in file t/spaced-directives.pod');
     test_test( "$name is bad" );
 }




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