r77905 - in /trunk/libtest-inter-perl: Build.PL ChangeLog META.yml Makefile.PL debian/changelog debian/control debian/copyright 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 15:01:06 UTC 2011
Author: angelabad-guest
Date: Wed Jul 27 15:01:04 2011
New Revision: 77905
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77905
Log:
* New upstream release
* debian/copyright:
- Update license stanzas
- Update copyright years
* Add myself to Uploaders
Modified:
trunk/libtest-inter-perl/Build.PL
trunk/libtest-inter-perl/ChangeLog
trunk/libtest-inter-perl/META.yml
trunk/libtest-inter-perl/Makefile.PL
trunk/libtest-inter-perl/debian/changelog
trunk/libtest-inter-perl/debian/control
trunk/libtest-inter-perl/debian/copyright
trunk/libtest-inter-perl/lib/Test/Inter.pm
trunk/libtest-inter-perl/lib/Test/Inter.pod
trunk/libtest-inter-perl/t/use_ok.2.t
Modified: trunk/libtest-inter-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/Build.PL?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/Build.PL (original)
+++ trunk/libtest-inter-perl/Build.PL Wed Jul 27 15:01:04 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: trunk/libtest-inter-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/ChangeLog?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/ChangeLog (original)
+++ trunk/libtest-inter-perl/ChangeLog Wed Jul 27 15:01:04 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: trunk/libtest-inter-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/META.yml?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/META.yml (original)
+++ trunk/libtest-inter-perl/META.yml Wed Jul 27 15:01:04 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: trunk/libtest-inter-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/Makefile.PL?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/Makefile.PL (original)
+++ trunk/libtest-inter-perl/Makefile.PL Wed Jul 27 15:01:04 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: trunk/libtest-inter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/changelog?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/debian/changelog (original)
+++ trunk/libtest-inter-perl/debian/changelog Wed Jul 27 15:01:04 2011
@@ -1,3 +1,13 @@
+libtest-inter-perl (1.03-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/copyright:
+ - Update license stanzas
+ - Update copyright years
+ * Add myself to Uploaders
+
+ -- Angel Abad <angelabad at gmail.com> Wed, 27 Jul 2011 17:00:47 +0200
+
libtest-inter-perl (1.02-1) unstable; urgency=low
* Team upload
Modified: trunk/libtest-inter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/control?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/debian/control (original)
+++ trunk/libtest-inter-perl/debian/control Wed Jul 27 15:01:04 2011
@@ -1,14 +1,17 @@
Source: libtest-inter-perl
Section: perl
Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Chris Butler <chrisb at debian.org>,
+ Angel Abad <angelabad at gmail.com>
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Chris Butler <chrisb at debian.org>
+Build-Depends-Indep: libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl
Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-inter-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-inter-perl/
Homepage: http://search.cpan.org/dist/Test-Inter/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-inter-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-inter-perl/
Package: libtest-inter-perl
Architecture: all
Modified: trunk/libtest-inter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/copyright?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/debian/copyright (original)
+++ trunk/libtest-inter-perl/debian/copyright Wed Jul 27 15:01:04 2011
@@ -4,21 +4,21 @@
Source: http://search.cpan.org/dist/Test-Inter/
Files: *
-Copyright: 2010, Sullivan Beck <sbeck at cpan.org>
+Copyright: 2010-2011, Sullivan Beck <sbeck at cpan.org>
License: Artistic or GPL-1+
-
Files: debian/*
Copyright: 2010, Chris Butler <chrisb at debian.org>
+ 2011, Angel Abad <angelabad at gmail.com>
+ 2011, Maximilian Gass <mxey at cloudconnected.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 systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian 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
@@ -26,6 +26,5 @@
the Free Software Foundation; either version 1, or (at your option)
any later version.
.
- On Debian systems, the complete text of version 1 of the GNU General Public
- License, version 1, can be found in `/usr/share/common-licenses/GPL-1'.
-
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
Modified: trunk/libtest-inter-perl/lib/Test/Inter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/lib/Test/Inter.pm?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/lib/Test/Inter.pm (original)
+++ trunk/libtest-inter-perl/lib/Test/Inter.pm Wed Jul 27 15:01:04 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: trunk/libtest-inter-perl/lib/Test/Inter.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/lib/Test/Inter.pod?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/lib/Test/Inter.pod (original)
+++ trunk/libtest-inter-perl/lib/Test/Inter.pod Wed Jul 27 15:01:04 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: trunk/libtest-inter-perl/t/use_ok.2.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/t/use_ok.2.t?rev=77905&op=diff
==============================================================================
--- trunk/libtest-inter-perl/t/use_ok.2.t (original)
+++ trunk/libtest-inter-perl/t/use_ok.2.t Wed Jul 27 15:01:04 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