r51313 - in /trunk/libdevel-refcount-perl: Build.PL Changes LICENSE META.yml Makefile.PL README debian/changelog debian/copyright lib/Devel/Refcount.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jan 21 22:43:50 UTC 2010


Author: jawnsy-guest
Date: Thu Jan 21 22:43:44 2010
New Revision: 51313

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51313
Log:
* Refresh copyright information
* Update to new DEP5 copyright format

Modified:
    trunk/libdevel-refcount-perl/Build.PL
    trunk/libdevel-refcount-perl/Changes
    trunk/libdevel-refcount-perl/LICENSE
    trunk/libdevel-refcount-perl/META.yml
    trunk/libdevel-refcount-perl/Makefile.PL
    trunk/libdevel-refcount-perl/README
    trunk/libdevel-refcount-perl/debian/changelog
    trunk/libdevel-refcount-perl/debian/copyright
    trunk/libdevel-refcount-perl/lib/Devel/Refcount.pm

Modified: trunk/libdevel-refcount-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/Build.PL?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/Build.PL (original)
+++ trunk/libdevel-refcount-perl/Build.PL Thu Jan 21 22:43:44 2010
@@ -7,16 +7,17 @@
   (
    module_name => 'Devel::Refcount',
    requires => {
+      'XSLoader' => 0,
    },
    configure_requires => {
-                 'ExtUtils::CBuilder' => 0,
-                 'Module::Build'      => 0,
+      'ExtUtils::CBuilder' => 0,
+      'Module::Build'      => 0,
    },
    build_requires => {
-                 'ExtUtils::CBuilder' => 0,
-                 'Module::Build'      => 0,
-                 'Test::Exception'    => 0,
-                 'Test::More'         => 0,
+      'ExtUtils::CBuilder' => 0,
+      'Module::Build'      => 0,
+      'Test::Exception'    => 0,
+      'Test::More'         => 0,
    },
    license => 'perl',
    create_makefile_pl => 'small',

Modified: trunk/libdevel-refcount-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/Changes?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/Changes (original)
+++ trunk/libdevel-refcount-perl/Changes Thu Jan 21 22:43:44 2010
@@ -1,4 +1,8 @@
 Revision history for Devel-Refcount
+
+0.07    CHANGES:
+         * Don't use base 'Exporter'
+         * Use XSLoader instead of DynaLoader
 
 0.06    CHANGES:
          * Added SEE ALSO to Test::Refcount

Modified: trunk/libdevel-refcount-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/LICENSE?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/LICENSE (original)
+++ trunk/libdevel-refcount-perl/LICENSE Thu Jan 21 22:43:44 2010
@@ -1,4 +1,4 @@
-This software is copyright (c) 2009 by Paul Evans <leonerd at leonerd.org.uk>.
+This software is copyright (c) 2010 by Paul Evans <leonerd at leonerd.org.uk>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2009 by Paul Evans <leonerd at leonerd.org.uk>.
+This software is Copyright (c) 2010 by Paul Evans <leonerd at leonerd.org.uk>.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Paul Evans <leonerd at leonerd.org.uk>.
+This software is Copyright (c) 2010 by Paul Evans <leonerd at leonerd.org.uk>.
 
 This is free software, licensed under:
 

Modified: trunk/libdevel-refcount-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/META.yml?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/META.yml (original)
+++ trunk/libdevel-refcount-perl/META.yml Thu Jan 21 22:43:44 2010
@@ -1,25 +1,27 @@
 ---
-name: Devel-Refcount
-version: 0.06
+abstract: 'obtain the REFCNT value of a referent'
 author:
   - 'Paul Evans <leonerd at leonerd.org.uk>'
-abstract: obtain the REFCNT value of a referent
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
-configure_requires:
-  ExtUtils::CBuilder: 0
-  Module::Build: 0
 build_requires:
   ExtUtils::CBuilder: 0
   Module::Build: 0
   Test::Exception: 0
   Test::More: 0
+configure_requires:
+  ExtUtils::CBuilder: 0
+  Module::Build: 0
+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: Devel-Refcount
 provides:
   Devel::Refcount:
     file: lib/Devel/Refcount.pm
-    version: 0.06
-generated_by: Module::Build version 0.33
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+    version: 0.07
+requires:
+  XSLoader: 0
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.07

Modified: trunk/libdevel-refcount-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/Makefile.PL?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/Makefile.PL (original)
+++ trunk/libdevel-refcount-perl/Makefile.PL Thu Jan 21 22:43:44 2010
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.33
+# Note: this file was auto-generated by Module::Build::Compat version 0.3601
     use Module::Build::Compat 0.02;
     
     Module::Build::Compat->run_build_pl(args => \@ARGV);

Modified: trunk/libdevel-refcount-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/README?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/README (original)
+++ trunk/libdevel-refcount-perl/README Thu Jan 21 22:43:44 2010
@@ -31,27 +31,27 @@
 
      use Devel::Peek qw( SvREFCNT );
      use Devel::Refcount qw( refcount );
-     
- sub printcount
+ 
+     sub printcount
      {
         my $name = shift;
-     
-    printf "%30s has SvREFCNT=%d, refcount=%d\n",
+ 
+        printf "%30s has SvREFCNT=%d, refcount=%d\n",
            $name, SvREFCNT($_[0]), refcount($_[0]);
      }
-     
- my $var = [];
+ 
+     my $var = [];
 
      printcount 'Initially, $var', $var;
-     
- my $othervar = $var;
+ 
+     my $othervar = $var;
 
      printcount 'Before CODE ref, $var', $var;
      printcount '$othervar', $othervar;
-     
- my $code = sub { undef $var };
-     
- printcount 'After CODE ref, $var', $var;
+ 
+     my $code = sub { undef $var };
+ 
+     printcount 'After CODE ref, $var', $var;
      printcount '$othervar', $othervar;
 
     This produces the output

Modified: trunk/libdevel-refcount-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/changelog?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/debian/changelog (original)
+++ trunk/libdevel-refcount-perl/debian/changelog Thu Jan 21 22:43:44 2010
@@ -1,11 +1,9 @@
-libdevel-refcount-perl (0.06-1) UNRELEASED; urgency=low
-
-  IGNORE-VERSION: 0.06-1
-  No release necessary
+libdevel-refcount-perl (0.07-1) UNRELEASED; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
-    + Updated copyright years 2008-2009
+  * Refresh copyright information
+  * Update to new DEP5 copyright format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -22,7 +20,7 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:18:44 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 21 Jan 2010 17:56:07 -0500
 
 libdevel-refcount-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libdevel-refcount-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/copyright?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/debian/copyright (original)
+++ trunk/libdevel-refcount-perl/debian/copyright Thu Jan 21 22:43:44 2010
@@ -1,28 +1,29 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Paul Evans <leonerd at leonerd.org.uk>
-Upstream-Source: http://search.cpan.org/dist/Devel-Refcount/
-Upstream-Name: Devel-Refcount
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Source: http://search.cpan.org/dist/Devel-Refcount/
+Name: Devel-Refcount
 
 Files: *
-Copyright: 2008-2009, Paul Evans <leonerd at leonerd.org.uk>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2008-2010, Paul Evans <leonerd at leonerd.org.uk>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.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/libdevel-refcount-perl/lib/Devel/Refcount.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/lib/Devel/Refcount.pm?rev=51313&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/lib/Devel/Refcount.pm (original)
+++ trunk/libdevel-refcount-perl/lib/Devel/Refcount.pm Thu Jan 21 22:43:44 2010
@@ -1,21 +1,20 @@
 #  You may distribute under the terms of either the GNU General Public License
 #  or the Artistic License (the same terms as Perl itself)
 #
-#  (C) Paul Evans, 2008,2009 -- leonerd at leonerd.org.uk
+#  (C) Paul Evans, 2008-2010 -- leonerd at leonerd.org.uk
 
 package Devel::Refcount;
 
 use strict;
 use warnings;
 
-use base qw( Exporter );
-use base qw( DynaLoader );
+our $VERSION = '0.07';
 
+use Exporter 'import';
 our @EXPORT_OK = qw( refcount );
 
-our $VERSION = '0.06';
-
-__PACKAGE__->bootstrap( $VERSION );
+require XSLoader;
+XSLoader::load( __PACKAGE__, $VERSION );
 
 =head1 NAME
 




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