r77903 - in /branches/upstream/libtest-inter-perl/current: Build.PL ChangeLog META.yml Makefile.PL lib/Test/Inter.pm lib/Test/Inter.pod t/use_ok.2.t
angelabad-guest at users.alioth.debian.org
angelabad-guest at users.alioth.debian.org
Wed Jul 27 14:49:21 UTC 2011
Author: angelabad-guest
Date: Wed Jul 27 14:49:19 2011
New Revision: 77903
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77903
Log:
[svn-upgrade] new version libtest-inter-perl (1.03)
Modified:
branches/upstream/libtest-inter-perl/current/Build.PL
branches/upstream/libtest-inter-perl/current/ChangeLog
branches/upstream/libtest-inter-perl/current/META.yml
branches/upstream/libtest-inter-perl/current/Makefile.PL
branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pm
branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pod
branches/upstream/libtest-inter-perl/current/t/use_ok.2.t
Modified: branches/upstream/libtest-inter-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/Build.PL?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/Build.PL (original)
+++ branches/upstream/libtest-inter-perl/current/Build.PL Wed Jul 27 14:49:19 2011
@@ -13,7 +13,7 @@
my $build = Module::Build->new(
license => 'perl',
- dist_version => '1.02',
+ dist_version => '1.03',
dist_author => 'Sullivan Beck <sbeck at cpan.org>',
module_name => 'Test::Inter',
dist_abstract => 'framework for more readable interactive test scripts',
Modified: branches/upstream/libtest-inter-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/ChangeLog?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/ChangeLog (original)
+++ branches/upstream/libtest-inter-perl/current/ChangeLog Wed Jul 27 14:49:19 2011
@@ -9,4 +9,7 @@
Added 'width' method.
Updated some tests which did not run correctly with perl 5.015. Renee Baecker
-Version 1.03
+Version 1.03 2011-06-28
+ Missed one of the tests that fail with perl 5.015.
+
+Version 1.04
Modified: branches/upstream/libtest-inter-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/META.yml?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/META.yml (original)
+++ branches/upstream/libtest-inter-perl/current/META.yml Wed Jul 27 14:49:19 2011
@@ -13,11 +13,11 @@
provides:
Test::Inter:
file: lib/Test/Inter.pm
- version: 1.02
+ version: 1.03
requires:
File::Basename: 0
IO::File: 0
perl: 5.004
resources:
license: http://dev.perl.org/licenses/
-version: 1.02
+version: 1.03
Modified: branches/upstream/libtest-inter-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/Makefile.PL?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-inter-perl/current/Makefile.PL Wed Jul 27 14:49:19 2011
@@ -11,7 +11,7 @@
WriteMakefile(
NAME => 'Test::Inter',
- VERSION => '1.02',
+ VERSION => '1.03',
($] >= 5.004
? (ABSTRACT=>'framework for more readable interactive test scripts',
AUTHOR =>'Sullivan Beck (sbeck at cpan.org)')
Modified: branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pm?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pm (original)
+++ branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pm Wed Jul 27 14:49:19 2011
@@ -1,5 +1,5 @@
package Test::Inter;
-# Copyright (c) 2010-2010 Sullivan Beck. All rights reserved.
+# Copyright (c) 2010-2011 Sullivan Beck. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
@@ -13,7 +13,7 @@
use IO::File;
our($VERSION);
-$VERSION = '1.02';
+$VERSION = '1.03';
###############################################################################
# BASE METHODS
Modified: branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pod?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pod (original)
+++ branches/upstream/libtest-inter-perl/current/lib/Test/Inter.pod Wed Jul 27 14:49:19 2011
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2010 Sullivan Beck. All rights reserved.
+# Copyright (c) 2010-2011 Sullivan Beck. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
Modified: branches/upstream/libtest-inter-perl/current/t/use_ok.2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-inter-perl/current/t/use_ok.2.t?rev=77903&op=diff
==============================================================================
--- branches/upstream/libtest-inter-perl/current/t/use_ok.2.t (original)
+++ branches/upstream/libtest-inter-perl/current/t/use_ok.2.t Wed Jul 27 14:49:19 2011
@@ -10,7 +10,7 @@
$o = new Test::Inter;
}
-BEGIN { $o->use_ok('5.015','forbid'); }
+BEGIN { $o->use_ok('7.001','forbid'); }
BEGIN { $o->use_ok('Config','myconfig'); }
BEGIN { $o->use_ok('Storable',1.01,'dclone'); }
More information about the Pkg-perl-cvs-commits
mailing list