r30911 - in /branches/upstream/libpod-coverage-perl/current: Changes MANIFEST META.yml README lib/Pod/Coverage.pm t/09whitespace.t t/lib/Empty.pm t/lib/Fully/Qualified.pm

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Fri Feb 20 19:34:37 UTC 2009


Author: antonio-guest
Date: Fri Feb 20 19:34:34 2009
New Revision: 30911

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

Added:
    branches/upstream/libpod-coverage-perl/current/t/09whitespace.t
    branches/upstream/libpod-coverage-perl/current/t/lib/Empty.pm
Removed:
    branches/upstream/libpod-coverage-perl/current/README
Modified:
    branches/upstream/libpod-coverage-perl/current/Changes
    branches/upstream/libpod-coverage-perl/current/MANIFEST
    branches/upstream/libpod-coverage-perl/current/META.yml
    branches/upstream/libpod-coverage-perl/current/lib/Pod/Coverage.pm
    branches/upstream/libpod-coverage-perl/current/t/lib/Fully/Qualified.pm

Modified: branches/upstream/libpod-coverage-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/Changes?rev=30911&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/Changes (original)
+++ branches/upstream/libpod-coverage-perl/current/Changes Fri Feb 20 19:34:34 2009
@@ -1,3 +1,7 @@
+0.20	Thursday 19th February, 2009
+	Fix t/lib/Fully/Qualified.pm to have a 1; (Zefram)
+	Ship t/09whitespace.t - had missed it before
+
 0.19	Thursday 13th September, 2007
 	Don't use _CvGV to determine if a sub was imported, there's a handy
 	flag - GVf_IMPORTED_CV.  Fixes 5.9.5 and future perls

Modified: branches/upstream/libpod-coverage-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/MANIFEST?rev=30911&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/MANIFEST (original)
+++ branches/upstream/libpod-coverage-perl/current/MANIFEST Fri Feb 20 19:34:34 2009
@@ -1,5 +1,4 @@
 MANIFEST
-README
 Changes
 Makefile.PL
 Build.PL
@@ -17,8 +16,10 @@
 t/06trustme.t
 t/07pod.t
 t/08tie.t
+t/09whitespace.t
 t/lib/Args.pm
 t/lib/Earle.pm
+t/lib/Empty.pm
 t/lib/Simple1.pm
 t/lib/Simple2.pm
 t/lib/Simple3.pm

Modified: branches/upstream/libpod-coverage-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/META.yml?rev=30911&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/META.yml (original)
+++ branches/upstream/libpod-coverage-perl/current/META.yml Fri Feb 20 19:34:34 2009
@@ -1,14 +1,9 @@
 ---
 name: Pod-Coverage
-version: 0.19
-author:
-  - 'Richard Clamp <richardc at unixbeard.net>'
-  - 'Michael Stevens <mstevens at etla.org>'
-  - 'some contributions from David Cantrell <david at cantrell.org.uk>'
+version: 0.20
+author: ~
 abstract: Checks if the documentation of a module is comprehensive
 license: perl
-resources:
-  license: http://dev.perl.org/licenses/
 requires:
   Devel::Symdump: 2.01
   Pod::Find: 0.21
@@ -18,16 +13,14 @@
 provides:
   Pod::Coverage:
     file: lib/Pod/Coverage.pm
-    version: 0.19
+    version: 0.20
   Pod::Coverage::CountParents:
     file: lib/Pod/Coverage/CountParents.pm
   Pod::Coverage::ExportOnly:
     file: lib/Pod/Coverage/ExportOnly.pm
   Pod::Coverage::Extractor:
     file: lib/Pod/Coverage.pm
+    version: 0.20
   Pod::Coverage::Overloader:
     file: lib/Pod/Coverage/Overloader.pm
-generated_by: Module::Build version 0.2808
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+generated_by: Module::Build version 0.2611

Modified: branches/upstream/libpod-coverage-perl/current/lib/Pod/Coverage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/lib/Pod/Coverage.pm?rev=30911&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/lib/Pod/Coverage.pm (original)
+++ branches/upstream/libpod-coverage-perl/current/lib/Pod/Coverage.pm Fri Feb 20 19:34:34 2009
@@ -8,7 +8,7 @@
 BEGIN { defined &TRACE_ALL or eval 'sub TRACE_ALL () { 0 }' }
 
 use vars qw/ $VERSION /;
-$VERSION = '0.19';
+$VERSION = '0.20';
 
 =head1 NAME
 
@@ -479,7 +479,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 2001, 2003, 2004, 2006, 2007 Richard Clamp, Michael
+Copyright (c) 2001, 2003, 2004, 2006, 2007, 2009 Richard Clamp, Michael
 Stevens. All rights reserved.  This program is free software; you can
 redistribute it and/or modify it under the same terms as Perl itself.
 

Added: branches/upstream/libpod-coverage-perl/current/t/09whitespace.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/t/09whitespace.t?rev=30911&op=file
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/t/09whitespace.t (added)
+++ branches/upstream/libpod-coverage-perl/current/t/09whitespace.t Fri Feb 20 19:34:34 2009
@@ -1,0 +1,12 @@
+#!/usr/bin/perl -w
+use strict;
+use Test::More tests => 3;
+use lib 't/lib';
+
+BEGIN {
+    use_ok( 'Pod::Coverage' );
+}
+
+my $obj = new Pod::Coverage package => 'Empty', nonwhitespace => 1;
+isa_ok( $obj, 'Pod::Coverage' );
+is($obj->coverage, 0.5, "Noticed empty pod section");

Added: branches/upstream/libpod-coverage-perl/current/t/lib/Empty.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/t/lib/Empty.pm?rev=30911&op=file
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/t/lib/Empty.pm (added)
+++ branches/upstream/libpod-coverage-perl/current/t/lib/Empty.pm Fri Feb 20 19:34:34 2009
@@ -1,0 +1,18 @@
+package Empty;
+
+sub foo {}
+sub bar {}
+
+1;
+__END__
+
+# test module - two subs, one with docs, one with empty pod section
+
+=head2 foo
+
+=head2 bar
+
+bar does things!
+
+=cut
+

Modified: branches/upstream/libpod-coverage-perl/current/t/lib/Fully/Qualified.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-perl/current/t/lib/Fully/Qualified.pm?rev=30911&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-perl/current/t/lib/Fully/Qualified.pm (original)
+++ branches/upstream/libpod-coverage-perl/current/t/lib/Fully/Qualified.pm Fri Feb 20 19:34:34 2009
@@ -42,3 +42,4 @@
 
 =cut
 
+1;




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