r57667 - in /trunk/libclass-c3-adopt-next-perl: ./ debian/ inc/ lib/Class/C3/Adopt/ t/ xt/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat May 8 11:59:51 UTC 2010


Author: ansgar-guest
Date: Sat May  8 11:59:43 2010
New Revision: 57667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57667
Log:
IGNORE-VERSION: 0.13-1
Meta-data changes.
* debian/copyright: Update formatting for current DEP-5 proposal.
* debian/copyright: Update years of copyright, remove information on
  ./inc/Module/* (removed upstream).

Added:
    trunk/libclass-c3-adopt-next-perl/LICENSE
      - copied unchanged from r57666, branches/upstream/libclass-c3-adopt-next-perl/current/LICENSE
    trunk/libclass-c3-adopt-next-perl/META.json
      - copied unchanged from r57666, branches/upstream/libclass-c3-adopt-next-perl/current/META.json
    trunk/libclass-c3-adopt-next-perl/dist.ini
      - copied unchanged from r57666, branches/upstream/libclass-c3-adopt-next-perl/current/dist.ini
    trunk/libclass-c3-adopt-next-perl/t/release-pod-coverage.t
      - copied unchanged from r57666, branches/upstream/libclass-c3-adopt-next-perl/current/t/release-pod-coverage.t
    trunk/libclass-c3-adopt-next-perl/t/release-pod-syntax.t
      - copied unchanged from r57666, branches/upstream/libclass-c3-adopt-next-perl/current/t/release-pod-syntax.t
Removed:
    trunk/libclass-c3-adopt-next-perl/inc/
    trunk/libclass-c3-adopt-next-perl/xt/
Modified:
    trunk/libclass-c3-adopt-next-perl/Changes
    trunk/libclass-c3-adopt-next-perl/MANIFEST
    trunk/libclass-c3-adopt-next-perl/META.yml
    trunk/libclass-c3-adopt-next-perl/Makefile.PL
    trunk/libclass-c3-adopt-next-perl/README
    trunk/libclass-c3-adopt-next-perl/debian/changelog
    trunk/libclass-c3-adopt-next-perl/debian/copyright
    trunk/libclass-c3-adopt-next-perl/lib/Class/C3/Adopt/NEXT.pm
    trunk/libclass-c3-adopt-next-perl/t/basic.t
    trunk/libclass-c3-adopt-next-perl/t/warning_package.t

Modified: trunk/libclass-c3-adopt-next-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/Changes?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/Changes (original)
+++ trunk/libclass-c3-adopt-next-perl/Changes Sat May  8 11:59:43 2010
@@ -1,3 +1,7 @@
+0.13  Fri, 07 May 2010 22:49:46 +0200
+  * Stop shipping some author tests, so users stupid enough to run them won't
+    spam me with fail reports.
+
 0.12  Mon, 08 Jun 2009 14:16:34 +0200
   * Update copyright notice.
   * A couple of pod whitespace changes.

Modified: trunk/libclass-c3-adopt-next-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/MANIFEST?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/MANIFEST (original)
+++ trunk/libclass-c3-adopt-next-perl/MANIFEST Sat May  8 11:59:43 2010
@@ -1,18 +1,12 @@
 Changes
-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
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
+LICENSE
+MANIFEST
+META.json
+META.yml
+Makefile.PL
+README
+dist.ini
 lib/Class/C3/Adopt/NEXT.pm
-Makefile.PL
-MANIFEST			This list of files
-META.yml
-README
 t/basic.t
 t/disable.t
 t/disable_regex.t
@@ -21,7 +15,6 @@
 t/lib/C3NT.pm
 t/lib/C3NT_nowarn.pm
 t/nowarn.t
-t/warning_package.t
-xt/author/pod.t
-xt/author/pod_spelling.t
-xt/release/meta_yml.t
+t/release-pod-coverage.t
+t/release-pod-syntax.t
+t/warning_package.t

Modified: trunk/libclass-c3-adopt-next-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/META.yml?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/META.yml (original)
+++ trunk/libclass-c3-adopt-next-perl/META.yml Sat May  8 11:59:43 2010
@@ -1,30 +1,141 @@
 ---
 abstract: 'make NEXT suck less'
 author:
-  - 'Florian Ragwitz C<rafl at debian.org>'
+  - 'Florian Ragwitz <rafl at debian.org>'
+  - 'Tomas Doran <bobtfish at bobtfish.net>'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  FindBin: 0
   Test::Exception: 0.27
+  Test::More: 0
+  vars: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
-distribution_type: module
-generated_by: 'Module::Install version 0.91'
+  ExtUtils::MakeMaker: 6.31
+generated_by: 'Dist::Zilla version 2.101241'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Class-C3-Adopt-NEXT
-no_index:
-  directory:
-    - inc
-    - t
-    - xt
+recommends: {}
 requires:
   List::MoreUtils: 0
   MRO::Compat: 0
   NEXT: 0
+  warnings::register: 0
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3-Adopt-NEXT
-  license: http://dev.perl.org/licenses/
+  homepage: http://search.cpan.org/dist/Class-C3-Adopt-NEXT
   repository: git://github.com/rafl/class-c3-adopt-next.git
-version: 0.12
+version: 0.13
+x_Dist_Zilla:
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@FLORA/@Filter/GatherDir'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@FLORA/@Filter/PruneCruft'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@FLORA/@Filter/ManifestSkip'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@FLORA/@Filter/MetaYAML'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@FLORA/@Filter/License'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@FLORA/@Filter/Readme'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@FLORA/@Filter/PkgVersion'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PodCoverageTests
+      name: '@FLORA/@Filter/PodCoverageTests'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@FLORA/@Filter/PodSyntaxTests'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@FLORA/@Filter/ExtraTests'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@FLORA/@Filter/ExecDir'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@FLORA/@Filter/ShareDir'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@FLORA/@Filter/MakeMaker'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@FLORA/@Filter/Manifest'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@FLORA/@Filter/ConfirmRelease'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@FLORA/@Filter/UploadToCPAN'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@FLORA/MetaConfig'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@FLORA/MetaJSON'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaResources
+      name: '@FLORA/MetaResources'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::Authority
+      name: '@FLORA/Authority'
+      version: 0.01
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@FLORA/PodWeaver'
+      version: 3.100710
+    -
+      class: Dist::Zilla::Plugin::AutoPrereq
+      name: AutoPrereq
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 2.101241
+  zilla:
+    class: Dist::Zilla
+    config:
+      is_trial: 0
+    version: 2.101241
+x_authority: cpan:FLORA

Modified: trunk/libclass-c3-adopt-next-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/Makefile.PL?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/Makefile.PL (original)
+++ trunk/libclass-c3-adopt-next-perl/Makefile.PL Sat May  8 11:59:43 2010
@@ -1,26 +1,59 @@
+
 use strict;
 use warnings;
-use inc::Module::Install;
 
-name 'Class-C3-Adopt-NEXT';
-all_from 'lib/Class/C3/Adopt/NEXT.pm';
 
-requires 'MRO::Compat';
-requires 'NEXT';
-requires 'List::MoreUtils';
 
-test_requires 'Test::Exception' => '0.27';
+use ExtUtils::MakeMaker 6.31;
 
-repository 'git://github.com/rafl/class-c3-adopt-next.git';
-bugtracker 'http://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3-Adopt-NEXT';
 
-extra_tests;
 
-postamble(<<"EOM");
-testcover: pm_to_blib
-\tcover -delete
-\tAUTHOR_TESTING=0 HARNESS_PERL_SWITCHES=-MDevel::Cover \$(MAKE) test
-\tcover
-EOM
+my %WriteMakefileArgs = (
+  'ABSTRACT' => 'make NEXT suck less',
+  'AUTHOR' => 'Florian Ragwitz <rafl at debian.org>, Tomas Doran <bobtfish at bobtfish.net>',
+  'BUILD_REQUIRES' => {
+    'FindBin' => '0',
+    'Test::Exception' => '0.27',
+    'Test::More' => '0',
+    'vars' => '0'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'Class-C3-Adopt-NEXT',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'Class::C3::Adopt::NEXT',
+  'PREREQ_PM' => {
+    'List::MoreUtils' => '0',
+    'MRO::Compat' => '0',
+    'NEXT' => '0',
+    'warnings::register' => '0'
+  },
+  'VERSION' => '0.13',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
-WriteAll;
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  for my $mod ( keys %$br ) {
+    if ( exists $pp->{$mod} ) {
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+    }
+    else {
+      $pp->{$mod} = $br->{$mod};
+    }
+  }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
+
+
+

Modified: trunk/libclass-c3-adopt-next-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/README?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/README (original)
+++ trunk/libclass-c3-adopt-next-perl/README Sat May  8 11:59:43 2010
@@ -1,146 +1,13 @@
-NAME
-    Class::C3::Adopt::NEXT - make NEXT suck less
 
-SYNOPSIS
-        package MyApp::Plugin::FooBar;
-        #use NEXT;
-        use Class::C3::Adopt::NEXT;
-        # or 'use Class::C3::Adopt::NEXT -no_warn;' to suppress warnings
 
-        # Or use warnings::register
-        # no warnings 'Class::C3::Adopt::NEXT';
+This archive contains the distribution Class-C3-Adopt-NEXT,
+version 0.13:
 
-        # Or suppress warnings in a set of modules from one place
-        # no Class::C3::Adopt::NEXT qw/ Module1 Module2 Module3 /;
-        # Or suppress using a regex
-        # no Class::C3::Adopt::NEXT qr/^Module\d$/;
+  make NEXT suck less
 
-        sub a_method {
-            my ($self) = @_;
-            # Do some stuff
+This software is copyright (c) 2010 by Florian Ragwitz.
 
-            # Re-dispatch method
-            # Note that this will generate a warning the _first_ time the package
-            # uses NEXT unless you un comment the 'no warnings' line above.
-            $self->NEXT::method();
-        }
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
 
-DESCRIPTION
-    NEXT was a good solution a few years ago, but isn't any more. It's slow,
-    and the order in which it re-dispatches methods appears random at times.
-    It also encourages bad programming practices, as you end up with code to
-    re-dispatch methods when all you really wanted to do was run some code
-    before or after a method fired.
 
-    However, if you have a large application, then weaning yourself off
-    "NEXT" isn't easy.
-
-    This module is intended as a drop-in replacement for NEXT, supporting
-    the same interface, but using Class::C3 to do the hard work. You can
-    then write new code without "NEXT", and migrate individual source files
-    to use "Class::C3" or method modifiers as appropriate, at whatever pace
-    you're comfortable with.
-
-WARNINGS
-    This module will warn once for each package using NEXT. It uses
-    warnings::register, and so can be disabled like by adding "no warnings
-    'Class::C3::Adopt::NEXT';" to each package which generates a warning, or
-    adding "use Class::C3::Adopt::NEXT -no_warn;", or disable multiple
-    modules at once by saying:
-
-        no Class::C3::Adopt::NEXT qw/ Module1 Module2 Module3 /;
-
-    somewhere before the warnings are first triggered. You can also setup
-    entire name spaces of modules which will not warn using a regex, e.g.
-
-        no Class::C3::Adopt::NEXT qr/^Module\d$/;
-
-MIGRATING
-  Current code using NEXT
-    You add "use MRO::Compat" to the top of a package as you start
-    converting it, and gradually replace your calls to "NEXT::method()" with
-    "maybe::next::method()", and calls to "NEXT::ACTUAL::method()" with
-    "next::method()".
-
-    Example:
-
-        sub yourmethod {
-            my $self = shift;
-
-            # $self->NEXT::yourmethod(@_); becomes
-            $self->maybe::next::method();
-        }
-
-        sub othermethod {
-            my $self = shift;
-
-            # $self->NEXT::ACTUAL::yourmethodname(); becomes
-            $self->next::method();
-        }
-
-    On systems with Class::C3::XS present, this will automatically be used
-    to speed up method re-dispatch. If you are running perl version 5.9.5 or
-    greater then the C3 method resolution algorithm is included in perl.
-    Correct use of MRO::Compat as shown above allows your code to be
-    seamlessly forward and backwards compatible, taking advantage of native
-    versions if available, but falling back to using pure perl "Class::C3".
-
-  Writing new code
-    Use Moose and make all of your plugins Moose::Roles, then use method
-    modifiers to wrap methods.
-
-    Example:
-
-        package MyApp::Role::FooBar;
-        use Moose::Role;
-
-        before 'a_method' => sub {
-            my ($self) = @_;
-            # Do some stuff
-        };
-
-        around 'a_method' => sub {
-            my $orig = shift;
-            my $self = shift;
-            # Do some stuff before
-            my $ret = $self->$orig(@_); # Run wrapped method (or not!)
-            # Do some stuff after
-            return $ret;
-        };
-
-        package MyApp;
-        use Moose;
-
-        with 'MyApp::Role::FooBar';
-
-CAVEATS
-    There are some inheritance hierarchies that it is possible to create
-    which cannot be resolved to a simple C3 hierarchy. In that case, this
-    module will fall back to using "NEXT". In this case a warning will be
-    emitted.
-
-    Because calculating the MRO of every class every time "->NEXT::foo" is
-    used from within it is too expensive, runtime manipulations of @ISA are
-    prohibited.
-
-FUNCTIONS
-    This module replaces "NEXT::AUTOLOAD" with it's own version. If warnings
-    are enabled then a warning will be emitted on the first use of "NEXT" by
-    each package.
-
-SEE ALSO
-    MRO::Compat and Class::C3 for method re-dispatch and Moose for method
-    modifiers and roles.
-
-    NEXT for documentation on the functionality you'll be removing.
-
-AUTHORS
-    Florian Ragwitz "rafl at debian.org"
-
-    Tomas Doran "bobtfish at bobtfish.net"
-
-COPYRIGHT AND LICENSE
-    Copyright (c) 2008, 2009 Florian Ragwitz
-
-    You may distribute this code under the same terms as Perl itself.
-

Modified: trunk/libclass-c3-adopt-next-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/debian/changelog?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/debian/changelog (original)
+++ trunk/libclass-c3-adopt-next-perl/debian/changelog Sat May  8 11:59:43 2010
@@ -1,10 +1,19 @@
-libclass-c3-adopt-next-perl (0.12-2) UNRELEASED; urgency=low
+libclass-c3-adopt-next-perl (0.13-1) UNRELEASED; urgency=low
 
+  IGNORE-VERSION: 0.13-1
+  Meta-data changes.
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:13:28 +0200
+  [ Ansgar Burchardt ]
+  * debian/copyright: Update formatting for current DEP-5 proposal.
+  * debian/copyright: Update years of copyright, remove information on
+    ./inc/Module/* (removed upstream).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 08 May 2010 20:45:28 +0900
 
 libclass-c3-adopt-next-perl (0.12-1) unstable; urgency=low
 

Modified: trunk/libclass-c3-adopt-next-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/debian/copyright?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/debian/copyright (original)
+++ trunk/libclass-c3-adopt-next-perl/debian/copyright Sat May  8 11:59:43 2010
@@ -1,25 +1,14 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Florian Ragwitz <rafl at debian.org>
-Upstream-Source: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/
-Upstream-Name: Class-C3-Adopt-NEXT
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Source: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/
+Name: Class-C3-Adopt-NEXT
 
-Files: *
-Copyright: 2008, 2009, Florian Ragwitz <rafl at debian.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2010, Florian Ragwitz <rafl at debian.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2008-2009 Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libclass-c3-adopt-next-perl/lib/Class/C3/Adopt/NEXT.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/lib/Class/C3/Adopt/NEXT.pm?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/lib/Class/C3/Adopt/NEXT.pm (original)
+++ trunk/libclass-c3-adopt-next-perl/lib/Class/C3/Adopt/NEXT.pm Sat May  8 11:59:43 2010
@@ -2,13 +2,19 @@
 use warnings;
 
 package Class::C3::Adopt::NEXT;
+BEGIN {
+  $Class::C3::Adopt::NEXT::AUTHORITY = 'cpan:FLORA';
+}
+BEGIN {
+  $Class::C3::Adopt::NEXT::VERSION = '0.13';
+}
+# ABSTRACT: make NEXT suck less
 
 use NEXT;
 use MRO::Compat;
 use List::MoreUtils qw/none/;
 use warnings::register;
 
-our $VERSION = '0.12';
 
 {
     my %c3_mro_ok;
@@ -83,6 +89,7 @@
 1;
 
 __END__
+=pod
 
 =head1 NAME
 
@@ -228,16 +235,25 @@
 
 L<NEXT> for documentation on the functionality you'll be removing.
 
+=begin Pod::Coverage
+
+import
+
+unimport
+
+=end Pod::Coverage
+
 =head1 AUTHORS
 
-Florian Ragwitz C<rafl at debian.org>
-
-Tomas Doran C<bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2008, 2009  Florian Ragwitz
-
-You may distribute this code under the same terms as Perl itself.
+This software is copyright (c) 2010 by Florian Ragwitz.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
 
 =cut
+

Modified: trunk/libclass-c3-adopt-next-perl/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/t/basic.t?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/t/basic.t (original)
+++ trunk/libclass-c3-adopt-next-perl/t/basic.t Sat May  8 11:59:43 2010
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use Test::More tests => 12;
-use Test::Exception;
+use Test::Exception 0.27;
 
 use FindBin;
 use lib "$FindBin::Bin/lib";

Modified: trunk/libclass-c3-adopt-next-perl/t/warning_package.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-adopt-next-perl/t/warning_package.t?rev=57667&op=diff
==============================================================================
--- trunk/libclass-c3-adopt-next-perl/t/warning_package.t (original)
+++ trunk/libclass-c3-adopt-next-perl/t/warning_package.t Sat May  8 11:59:43 2010
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use Test::More tests => 3;
-use Test::Exception;
+use Test::Exception 0.27;
 
 use FindBin;
 use lib "$FindBin::Bin/lib";




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