r75321 - in /trunk/libasync-mergepoint-perl: Build.PL Changes LICENSE MANIFEST META.json META.yml Makefile.PL debian/changelog debian/compat debian/control debian/copyright lib/Async/MergePoint.pm t/01mergepoint.t t/02lateclose.t t/03lateneeds.t

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Jun 10 06:06:38 UTC 2011


Author: carnil
Date: Fri Jun 10 06:06:28 2011
New Revision: 75321

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75321
Log:
* Team upload.
* New upstream release
* debian/copyright: update copyright years for upstream files.
* debian/control: Change Build-Depends-Indep on libtest-exception-perl
  to libtest-fatal-perl.
* Bump Debhelper compat level to 8.
* Bump Standards-Version to 3.9.2 (no changes needed).

Added:
    trunk/libasync-mergepoint-perl/META.json
      - copied unchanged from r75319, branches/upstream/libasync-mergepoint-perl/current/META.json
Modified:
    trunk/libasync-mergepoint-perl/Build.PL
    trunk/libasync-mergepoint-perl/Changes
    trunk/libasync-mergepoint-perl/LICENSE
    trunk/libasync-mergepoint-perl/MANIFEST
    trunk/libasync-mergepoint-perl/META.yml
    trunk/libasync-mergepoint-perl/Makefile.PL
    trunk/libasync-mergepoint-perl/debian/changelog
    trunk/libasync-mergepoint-perl/debian/compat
    trunk/libasync-mergepoint-perl/debian/control
    trunk/libasync-mergepoint-perl/debian/copyright
    trunk/libasync-mergepoint-perl/lib/Async/MergePoint.pm
    trunk/libasync-mergepoint-perl/t/01mergepoint.t
    trunk/libasync-mergepoint-perl/t/02lateclose.t
    trunk/libasync-mergepoint-perl/t/03lateneeds.t

Modified: trunk/libasync-mergepoint-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/Build.PL?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/Build.PL (original)
+++ trunk/libasync-mergepoint-perl/Build.PL Fri Jun 10 06:06:28 2011
@@ -3,17 +3,17 @@
 
 use Module::Build;
 
-my $build = Module::Build->new
-  (
+my $build = Module::Build->new(
    module_name => 'Async::MergePoint',
    build_requires => {
-                 'Test::Exception' => 0,
-                 'Test::More' => 0,
-               },
+      'Test::Fatal' => 0,
+      'Test::More' => 0,
+   },
+   auto_configure_requires => 0, # Don't add M::B to configure_requires
    license => 'perl',
    create_makefile_pl => 'traditional',
    create_license => 1,
    create_readme  => 1,
-  );
+);
 
 $build->create_build_script;

Modified: trunk/libasync-mergepoint-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/Changes?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/Changes (original)
+++ trunk/libasync-mergepoint-perl/Changes Fri Jun 10 06:06:28 2011
@@ -1,4 +1,7 @@
 Revision history for Async-MergePoint
+
+0.04    CHANGES:
+         * use Test::Fatal instead of Test::Exception
 
 0.03    CHANGES:
          * use warnings

Modified: trunk/libasync-mergepoint-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/LICENSE?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/LICENSE (original)
+++ trunk/libasync-mergepoint-perl/LICENSE Fri Jun 10 06:06:28 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2009 by Paul Evans <leonerd at leonerd.org.uk>.
+This software is copyright (c) 2011 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,21 +12,22 @@
 
 --- 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) 2011 by Paul Evans <leonerd at leonerd.org.uk>.
 
 This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-		    GNU GENERAL PUBLIC LICENSE
-		     Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-		    GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
-
-	Appendix: How to Apply These Terms to Your New Programs
+                     END OF TERMS AND CONDITIONS
+
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -270,7 +272,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) 2011 by Paul Evans <leonerd at leonerd.org.uk>.
 
 This is free software, licensed under:
 

Modified: trunk/libasync-mergepoint-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/MANIFEST?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/MANIFEST (original)
+++ trunk/libasync-mergepoint-perl/MANIFEST Fri Jun 10 06:06:28 2011
@@ -10,3 +10,4 @@
 t/02lateclose.t
 t/03lateneeds.t
 t/99pod.t
+META.json

Modified: trunk/libasync-mergepoint-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/META.yml?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/META.yml (original)
+++ trunk/libasync-mergepoint-perl/META.yml Fri Jun 10 06:06:28 2011
@@ -1,20 +1,21 @@
 ---
-name: Async-MergePoint
-version: 0.03
+abstract: 'resynchronise diverged control flow'
 author:
   - 'Paul Evans <leonerd at leonerd.org.uk>'
-abstract: resynchronise diverged control flow
+build_requires:
+  Test::Fatal: 0
+  Test::More: 0
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110930'
 license: perl
-resources:
-  license: http://dev.perl.org/licenses/
-build_requires:
-  Test::Exception: 0
-  Test::More: 0
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Async-MergePoint
 provides:
   Async::MergePoint:
     file: lib/Async/MergePoint.pm
-    version: 0.03
-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.04
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.04

Modified: trunk/libasync-mergepoint-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/Makefile.PL?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/Makefile.PL (original)
+++ trunk/libasync-mergepoint-perl/Makefile.PL Fri Jun 10 06:06:28 2011
@@ -1,11 +1,11 @@
-# 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.3800
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
           'NAME' => 'Async::MergePoint',
           'VERSION_FROM' => 'lib/Async/MergePoint.pm',
           'PREREQ_PM' => {
-                           'Test::Exception' => 0,
+                           'Test::Fatal' => 0,
                            'Test::More' => 0
                          },
           'INSTALLDIRS' => 'site',

Modified: trunk/libasync-mergepoint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/debian/changelog?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/debian/changelog (original)
+++ trunk/libasync-mergepoint-perl/debian/changelog Fri Jun 10 06:06:28 2011
@@ -1,3 +1,15 @@
+libasync-mergepoint-perl (0.04-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * debian/copyright: update copyright years for upstream files.
+  * debian/control: Change Build-Depends-Indep on libtest-exception-perl
+    to libtest-fatal-perl.
+  * Bump Debhelper compat level to 8.
+  * Bump Standards-Version to 3.9.2 (no changes needed).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 10 Jun 2011 08:06:24 +0200
+
 libasync-mergepoint-perl (0.03-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libasync-mergepoint-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/debian/compat?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/debian/compat (original)
+++ trunk/libasync-mergepoint-perl/debian/compat Fri Jun 10 06:06:28 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libasync-mergepoint-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/debian/control?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/debian/control (original)
+++ trunk/libasync-mergepoint-perl/debian/control Fri Jun 10 06:06:28 2011
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtest-exception-perl, libtest-pod-perl, perl
+Build-Depends-Indep: libtest-fatal-perl, libtest-pod-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Async-MergePoint/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libasync-mergepoint-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libasync-mergepoint-perl/

Modified: trunk/libasync-mergepoint-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/debian/copyright?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/debian/copyright (original)
+++ trunk/libasync-mergepoint-perl/debian/copyright Fri Jun 10 06:06:28 2011
@@ -4,7 +4,7 @@
 Name: Async-MergePoint
 
 Files: *
-Copyright: 2007-2009, Paul Evans <leonerd at leonerd.org.uk>
+Copyright: 2007-2011, Paul Evans <leonerd at leonerd.org.uk>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libasync-mergepoint-perl/lib/Async/MergePoint.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/lib/Async/MergePoint.pm?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/lib/Async/MergePoint.pm (original)
+++ trunk/libasync-mergepoint-perl/lib/Async/MergePoint.pm Fri Jun 10 06:06:28 2011
@@ -1,14 +1,14 @@
 #  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, 2007-2009 -- leonerd at leonerd.org.uk
+#  (C) Paul Evans, 2007-2011 -- leonerd at leonerd.org.uk
 
 package Async::MergePoint;
 
 use strict;
 use warnings;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 use Carp;
 
@@ -216,11 +216,6 @@
       $self->{on_finished}->( %{$self->{items}} );
    }
 }
-
-# Keep perl happy; keep Britain tidy
-1;
-
-__END__
 
 =head1 EXAMPLES
 
@@ -270,3 +265,7 @@
 =head1 AUTHOR
 
 Paul Evans <leonerd at leonerd.org.uk>
+
+=cut
+
+0x55AA;

Modified: trunk/libasync-mergepoint-perl/t/01mergepoint.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/t/01mergepoint.t?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/t/01mergepoint.t (original)
+++ trunk/libasync-mergepoint-perl/t/01mergepoint.t Fri Jun 10 06:06:28 2011
@@ -3,15 +3,15 @@
 use strict;
 
 use Test::More tests => 9;
-use Test::Exception;
+use Test::Fatal;
 
 use Async::MergePoint;
 
-dies_ok( sub { Async::MergePoint->new( needs => "hello", on_finished => sub { "DUMMY" } ) },
-         'needs not ARRAY' );
+ok( exception { Async::MergePoint->new( needs => "hello", on_finished => sub { "DUMMY" } ) },
+    'needs not ARRAY' );
 
-dies_ok( sub { Async::MergePoint->new( needs => ['foo'], on_finished => "goodbye" ) },
-         'on_finished not CODE' );
+ok( exception { Async::MergePoint->new( needs => ['foo'], on_finished => "goodbye" ) },
+    'on_finished not CODE' );
 
 my %items;
 
@@ -51,5 +51,5 @@
    on_finished => sub { "DUMMY" },
 );
 
-dies_ok( sub { $merge->done( "orange" => 1 ) },
-         'done something not needed fails' );
+ok( exception { $merge->done( "orange" => 1 ) },
+    'done something not needed fails' );

Modified: trunk/libasync-mergepoint-perl/t/02lateclose.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/t/02lateclose.t?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/t/02lateclose.t (original)
+++ trunk/libasync-mergepoint-perl/t/02lateclose.t Fri Jun 10 06:06:28 2011
@@ -3,7 +3,7 @@
 use strict;
 
 use Test::More tests => 5;
-use Test::Exception;
+use Test::Fatal;
 
 use Async::MergePoint;
 
@@ -32,5 +32,5 @@
    on_finished => sub { },
 );
 
-dies_ok( sub { $merge->close( on_finished => sub { } ) },
-         'closing an already-closed MergePoint fails' );
+ok( exception { $merge->close( on_finished => sub { } ) },
+    'closing an already-closed MergePoint fails' );

Modified: trunk/libasync-mergepoint-perl/t/03lateneeds.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasync-mergepoint-perl/t/03lateneeds.t?rev=75321&op=diff
==============================================================================
--- trunk/libasync-mergepoint-perl/t/03lateneeds.t (original)
+++ trunk/libasync-mergepoint-perl/t/03lateneeds.t Fri Jun 10 06:06:28 2011
@@ -3,7 +3,7 @@
 use strict;
 
 use Test::More tests => 5;
-use Test::Exception;
+use Test::Fatal;
 
 use Async::MergePoint;
 
@@ -23,8 +23,8 @@
 
 is( $done, 1, 'Closing a not ready MergePoint does not callback' );
 
-dies_ok( sub { $merge->needs( 'bar' ) },
-         'Extending an already-closed MergePoint fails' );
+ok( exception { $merge->needs( 'bar' ) },
+    'Extending an already-closed MergePoint fails' );
 
 $merge->done( 'foo' );
 




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