r48077 - in /trunk/libtemplate-provider-fromdata-perl: Changes MANIFEST META.yml Makefile.PL README debian/changelog debian/control inc/Module/Install/ExtraTests.pm lib/Template/Provider/FromDATA.pm t/98-pod_coverage.t t/99-pod.t xt/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 1 18:15:33 UTC 2009


Author: jawnsy-guest
Date: Tue Dec  1 18:15:27 2009
New Revision: 48077

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48077
Log:
Nothing seems to affect Debian; unless bricas says otherwise, then
IGNORE-VERSION: 0.11-1
* New upstream release
* No longer run POD tests, they are in xt/

Added:
    trunk/libtemplate-provider-fromdata-perl/inc/Module/Install/ExtraTests.pm
      - copied unchanged from r48076, branches/upstream/libtemplate-provider-fromdata-perl/current/inc/Module/Install/ExtraTests.pm
    trunk/libtemplate-provider-fromdata-perl/xt/
      - copied from r48076, branches/upstream/libtemplate-provider-fromdata-perl/current/xt/
Removed:
    trunk/libtemplate-provider-fromdata-perl/t/98-pod_coverage.t
    trunk/libtemplate-provider-fromdata-perl/t/99-pod.t
Modified:
    trunk/libtemplate-provider-fromdata-perl/Changes
    trunk/libtemplate-provider-fromdata-perl/MANIFEST
    trunk/libtemplate-provider-fromdata-perl/META.yml
    trunk/libtemplate-provider-fromdata-perl/Makefile.PL
    trunk/libtemplate-provider-fromdata-perl/README
    trunk/libtemplate-provider-fromdata-perl/debian/changelog
    trunk/libtemplate-provider-fromdata-perl/debian/control
    trunk/libtemplate-provider-fromdata-perl/lib/Template/Provider/FromDATA.pm

Modified: trunk/libtemplate-provider-fromdata-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/Changes?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/Changes (original)
+++ trunk/libtemplate-provider-fromdata-perl/Changes Tue Dec  1 18:15:27 2009
@@ -1,4 +1,8 @@
 Revision history for Perl extension Template::Provider::FromDATA
+
+0.11  Tue Dec 01 2009
+    - Fix pod coverage test
+    - Move pod + pod coverage tests to release-only testing
 
 0.10  Tue Nov 24 2009
     - Added the ability to specify a fully qualified template

Modified: trunk/libtemplate-provider-fromdata-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/MANIFEST?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/MANIFEST (original)
+++ trunk/libtemplate-provider-fromdata-perl/MANIFEST Tue Dec  1 18:15:27 2009
@@ -2,6 +2,7 @@
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
+inc/Module/Install/ExtraTests.pm
 inc/Module/Install/Fetch.pm
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
@@ -20,7 +21,7 @@
 t/14-qualified.t
 t/15-same_name.t
 t/20-error.t
-t/98-pod_coverage.t
-t/99-pod.t
 t/lib/My/Other/Templates.pm
 t/lib/My/Templates.pm
+xt/release/pod.t
+xt/release/pod_coverage.t

Modified: trunk/libtemplate-provider-fromdata-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/META.yml?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/META.yml (original)
+++ trunk/libtemplate-provider-fromdata-perl/META.yml Tue Dec  1 18:15:27 2009
@@ -18,6 +18,7 @@
   directory:
     - inc
     - t
+    - xt
 requires:
   Class::Accessor: 0
   Template: 2.15
@@ -25,4 +26,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/bricas/template-provider-fromdata/tree/master
-version: 0.10
+version: 0.11

Modified: trunk/libtemplate-provider-fromdata-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/Makefile.PL?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/Makefile.PL (original)
+++ trunk/libtemplate-provider-fromdata-perl/Makefile.PL Tue Dec  1 18:15:27 2009
@@ -13,6 +13,7 @@
 requires 'Class::Accessor';
 
 test_requires 'Test::More';
+extra_tests;
 
 repository "http://github.com/bricas/template-provider-fromdata/tree/master";
 

Modified: trunk/libtemplate-provider-fromdata-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/README?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/README (original)
+++ trunk/libtemplate-provider-fromdata-perl/README Tue Dec  1 18:15:27 2009
@@ -86,6 +86,13 @@
     This function was mostly borrowed from Catalyst::Helper's "get_file"
     function.
 
+ACCESSORS
+  classes
+    An arrayref of the class names containing our templates.
+
+  cache
+    A hashref of file and template data.
+
 AUTHOR
     Brian Cassidy <bricas at cpan.org>
 

Modified: trunk/libtemplate-provider-fromdata-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/debian/changelog?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/debian/changelog (original)
+++ trunk/libtemplate-provider-fromdata-perl/debian/changelog Tue Dec  1 18:15:27 2009
@@ -1,3 +1,13 @@
+libtemplate-provider-fromdata-perl (0.11-1) UNRELEASED; urgency=low
+
+  Nothing seems to affect Debian; unless bricas says otherwise, then
+  IGNORE-VERSION: 0.11-1
+
+  * New upstream release
+  * No longer run POD tests, they are in xt/
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 01 Dec 2009 09:59:14 -0500
+
 libtemplate-provider-fromdata-perl (0.10-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libtemplate-provider-fromdata-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/debian/control?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/debian/control (original)
+++ trunk/libtemplate-provider-fromdata-perl/debian/control Tue Dec  1 18:15:27 2009
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libclass-accessor-perl, libtemplate-perl (>= 2.15),
- libtest-pod-coverage-perl, libtest-pod-perl
+Build-Depends-Indep: perl, libclass-accessor-perl, libtemplate-perl (>= 2.15)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Brian Cassidy <brian.cassidy at gmail.com>,
  Jonathan Yu <jawnsy at cpan.org>

Modified: trunk/libtemplate-provider-fromdata-perl/lib/Template/Provider/FromDATA.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-fromdata-perl/lib/Template/Provider/FromDATA.pm?rev=48077&op=diff
==============================================================================
--- trunk/libtemplate-provider-fromdata-perl/lib/Template/Provider/FromDATA.pm (original)
+++ trunk/libtemplate-provider-fromdata-perl/lib/Template/Provider/FromDATA.pm Tue Dec  1 18:15:27 2009
@@ -67,7 +67,7 @@
 
 __PACKAGE__->mk_accessors( qw( cache classes ) );
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =head1 METHODS
 
@@ -209,6 +209,16 @@
     return $result;
 }
 
+=head1 ACCESSORS
+
+=head2 classes
+
+An arrayref of the class names containing our templates.
+
+=head2 cache
+
+A hashref of file and template data.
+
 =head1 AUTHOR
 
 Brian Cassidy E<lt>bricas at cpan.orgE<gt>




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