r38996 - in /trunk/libtest-refcount-perl: Build.PL Changes LICENSE MANIFEST META.yml Makefile.PL README debian/changelog debian/copyright lib/Test/Refcount.pm t/99pod.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jun 30 14:25:48 UTC 2009


Author: jawnsy-guest
Date: Tue Jun 30 14:25:42 2009
New Revision: 38996

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38996
Log:
No need for upload
* New upstream release
  + Now uses warnings
  + Added a LICENSE and README file

Added:
    trunk/libtest-refcount-perl/Changes
      - copied unchanged from r38995, branches/upstream/libtest-refcount-perl/current/Changes
    trunk/libtest-refcount-perl/LICENSE
      - copied unchanged from r38995, branches/upstream/libtest-refcount-perl/current/LICENSE
    trunk/libtest-refcount-perl/README
      - copied unchanged from r38995, branches/upstream/libtest-refcount-perl/current/README
    trunk/libtest-refcount-perl/t/99pod.t
      - copied unchanged from r38995, branches/upstream/libtest-refcount-perl/current/t/99pod.t
Modified:
    trunk/libtest-refcount-perl/Build.PL
    trunk/libtest-refcount-perl/MANIFEST
    trunk/libtest-refcount-perl/META.yml
    trunk/libtest-refcount-perl/Makefile.PL
    trunk/libtest-refcount-perl/debian/changelog
    trunk/libtest-refcount-perl/debian/copyright
    trunk/libtest-refcount-perl/lib/Test/Refcount.pm

Modified: trunk/libtest-refcount-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/Build.PL?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/Build.PL (original)
+++ trunk/libtest-refcount-perl/Build.PL Tue Jun 30 14:25:42 2009
@@ -9,6 +9,7 @@
    requires => {
                   'Devel::FindRef' => 0,
                   'Devel::Refcount' => 0,
+                  'Scalar::Util' => 0,
                   'Test::Builder' => 0,
    },
    build_requires => {
@@ -17,6 +18,8 @@
                      },
    license => 'perl',
    create_makefile_pl => 'traditional',
+   create_license => 1,
+   create_readme  => 1,
   );
   
 $build->create_build_script;

Modified: trunk/libtest-refcount-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/MANIFEST?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/MANIFEST (original)
+++ trunk/libtest-refcount-perl/MANIFEST Tue Jun 30 14:25:42 2009
@@ -1,10 +1,14 @@
 Build.PL
+Changes
 lib/Test/Refcount.pm
+LICENSE
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+README
 t/00use.t
 t/01count.t
 t/02one.t
 t/03weak.t
 t/04reftypes.t
+t/99pod.t

Modified: trunk/libtest-refcount-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/META.yml?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/META.yml (original)
+++ trunk/libtest-refcount-perl/META.yml Tue Jun 30 14:25:42 2009
@@ -1,8 +1,8 @@
 ---
 name: Test-Refcount
-version: 0.04
+version: 0.05
 author:
-  - 'Paul Evans E<lt>leonerd at leonerd.org.ukE<gt>'
+  - 'Paul Evans <leonerd at leonerd.org.uk>'
 abstract: assert reference counts on objects
 license: perl
 resources:
@@ -10,6 +10,7 @@
 requires:
   Devel::FindRef: 0
   Devel::Refcount: 0
+  Scalar::Util: 0
   Test::Builder: 0
 build_requires:
   Test::Builder::Tester: 0
@@ -17,8 +18,8 @@
 provides:
   Test::Refcount:
     file: lib/Test/Refcount.pm
-    version: 0.04
-generated_by: Module::Build version 0.280801
+    version: 0.05
+generated_by: Module::Build version 0.33
 meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4

Modified: trunk/libtest-refcount-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/Makefile.PL?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/Makefile.PL (original)
+++ trunk/libtest-refcount-perl/Makefile.PL Tue Jun 30 14:25:42 2009
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
+# Note: this file was auto-generated by Module::Build::Compat version 0.33
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
@@ -7,6 +7,7 @@
           'PREREQ_PM' => {
                            'Devel::FindRef' => 0,
                            'Devel::Refcount' => 0,
+                           'Scalar::Util' => 0,
                            'Test::Builder' => 0,
                            'Test::Builder::Tester' => 0,
                            'Test::More' => 0

Modified: trunk/libtest-refcount-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/changelog?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/changelog (original)
+++ trunk/libtest-refcount-perl/debian/changelog Tue Jun 30 14:25:42 2009
@@ -1,8 +1,15 @@
-libtest-refcount-perl (0.04-2) UNRELEASED; urgency=low
+libtest-refcount-perl (0.05-1) UNRELEASED; urgency=low
 
+  No need for upload
+
+  * New upstream release
+    + Now uses warnings
+    + Added a LICENSE and README file
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:41 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 30 Jun 2009 06:22:14 -0400
 
 libtest-refcount-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libtest-refcount-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/copyright?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/copyright (original)
+++ trunk/libtest-refcount-perl/debian/copyright Tue Jun 30 14:25:42 2009
@@ -5,7 +5,7 @@
 Upstream-Name: Test-Refcount
 
 Files: *
-Copyright: 2008, Paul Evans <leonerd at leonerd.org.uk>
+Copyright: 2008-2009, Paul Evans <leonerd at leonerd.org.uk>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Modified: trunk/libtest-refcount-perl/lib/Test/Refcount.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/lib/Test/Refcount.pm?rev=38996&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/lib/Test/Refcount.pm (original)
+++ trunk/libtest-refcount-perl/lib/Test/Refcount.pm Tue Jun 30 14:25:42 2009
@@ -6,6 +6,7 @@
 package Test::Refcount;
 
 use strict;
+use warnings;
 use base qw( Test::Builder::Module );
 
 use Scalar::Util qw( weaken );
@@ -13,7 +14,7 @@
 use Devel::Refcount qw( refcount );
 use Devel::FindRef;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 our @EXPORT = qw(
    is_refcount
@@ -210,4 +211,4 @@
 
 =head1 AUTHOR
 
-Paul Evans E<lt>leonerd at leonerd.org.ukE<gt>
+Paul Evans <leonerd at leonerd.org.uk>




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