r30693 - in /trunk/libparse-errorstring-perl-perl: Changes META.yml debian/changelog debian/control lib/Parse/ErrorString/Perl.pm t/04-perldiag.t

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Sat Feb 14 02:43:36 UTC 2009


Author: rmayorga
Date: Sat Feb 14 02:43:26 2009
New Revision: 30693

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30693
Log:
* New upstream release
* debian/control:
  + add myself to uploaders
  + remove libmodule-build-perl from B-D-I, dh7 prefers MakeMaker

Modified:
    trunk/libparse-errorstring-perl-perl/Changes
    trunk/libparse-errorstring-perl-perl/META.yml
    trunk/libparse-errorstring-perl-perl/debian/changelog
    trunk/libparse-errorstring-perl-perl/debian/control
    trunk/libparse-errorstring-perl-perl/lib/Parse/ErrorString/Perl.pm
    trunk/libparse-errorstring-perl-perl/t/04-perldiag.t

Modified: trunk/libparse-errorstring-perl-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/Changes?rev=30693&op=diff
==============================================================================
--- trunk/libparse-errorstring-perl-perl/Changes (original)
+++ trunk/libparse-errorstring-perl-perl/Changes Sat Feb 14 02:43:26 2009
@@ -1,4 +1,10 @@
 Revision history for Parse-ErrorString-Perl
+
+0.13    9 February 2009
+        * try to fix test script for diagnostic text in perl = 5.8.9 version again...
+
+0.12    8 February 2009
+        * fix test script for diagnostic text in perl = 5.8.9 version
 
 0.11    2 January 2009
         * moved definition of transmo() to allow Parse::ErrorString::Perl->new to be called within a threads context (required by Padre::Task::ErrorParser)

Modified: trunk/libparse-errorstring-perl-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/META.yml?rev=30693&op=diff
==============================================================================
--- trunk/libparse-errorstring-perl-perl/META.yml (original)
+++ trunk/libparse-errorstring-perl-perl/META.yml Sat Feb 14 02:43:26 2009
@@ -1,6 +1,6 @@
 ---
 name: Parse-ErrorString-Perl
-version: 0.11
+version: 0.13
 author:
   - 'Petar Shangov <pshangov at yahoo.com>'
 abstract: Parse error messages from the perl interpreter
@@ -19,7 +19,7 @@
 provides:
   Parse::ErrorString::Perl:
     file: lib/Parse/ErrorString/Perl.pm
-    version: 0.11
+    version: 0.13
   Parse::ErrorString::Perl::ErrorItem:
     file: lib/Parse/ErrorString/Perl.pm
   Parse::ErrorString::Perl::StackItem:

Modified: trunk/libparse-errorstring-perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/changelog?rev=30693&op=diff
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/changelog (original)
+++ trunk/libparse-errorstring-perl-perl/debian/changelog Sat Feb 14 02:43:26 2009
@@ -1,3 +1,12 @@
+libparse-errorstring-perl-perl (0.13-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + add myself to uploaders
+    + remove libmodule-build-perl from B-D-I, dh7 prefers MakeMaker
+
+ -- Rene Mayorga <rmayorga at debian.org>  Fri, 13 Feb 2009 20:35:54 -0600
+
 libparse-errorstring-perl-perl (0.11-1) unstable; urgency=low
 
   * Initial Release. (Closes: #511486)

Modified: trunk/libparse-errorstring-perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/control?rev=30693&op=diff
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/control (original)
+++ trunk/libparse-errorstring-perl-perl/debian/control Sat Feb 14 02:43:26 2009
@@ -1,11 +1,11 @@
 Source: libparse-errorstring-perl-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libpod-pom-perl, libtest-differences-perl,
   perl (>= 5.6.0-12), libclass-xsaccessor-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Parse-ErrorString-Perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-errorstring-perl-perl/

Modified: trunk/libparse-errorstring-perl-perl/lib/Parse/ErrorString/Perl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/lib/Parse/ErrorString/Perl.pm?rev=30693&op=diff
==============================================================================
--- trunk/libparse-errorstring-perl-perl/lib/Parse/ErrorString/Perl.pm (original)
+++ trunk/libparse-errorstring-perl-perl/lib/Parse/ErrorString/Perl.pm Sat Feb 14 02:43:26 2009
@@ -4,7 +4,7 @@
 
 =head1 VERSION
 
-Version 0.11
+Version 0.13
 
 =head1 SYNOPSIS
 
@@ -229,7 +229,7 @@
 
 package Parse::ErrorString::Perl;
 
-our $VERSION = '0.11';
+our $VERSION = '0.13';
 
 use Carp;
 use Pod::Find;

Modified: trunk/libparse-errorstring-perl-perl/t/04-perldiag.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/t/04-perldiag.t?rev=30693&op=diff
==============================================================================
--- trunk/libparse-errorstring-perl-perl/t/04-perldiag.t (original)
+++ trunk/libparse-errorstring-perl-perl/t/04-perldiag.t Sat Feb 14 02:43:26 2009
@@ -15,20 +15,35 @@
 Execution of error.pl aborted due to compilation errors.
 ENDofMSG
 
-my $diagnostics = <<'ENDofMSG';
+my $diagnostics;
+
+if ($] < 5.008009) {
+
+$diagnostics = <<'ENDofMSG';
+(F) You've said "use strict vars", which indicates that all variables
+must either be lexically scoped (using "my"), declared beforehand using
+"our", or explicitly qualified to say which package the global variable
+is in (using "::").
+ENDofMSG
+
+} elsif ($] < 5.010000) {
+
+$diagnostics = <<'ENDofMSG';
+(F) You've said "use strict" or "use strict vars", which indicates
+that all variables must either be lexically scoped (using "my"),
+declared beforehand using "our", or explicitly qualified to say
+which package the global variable is in (using "::").
+ENDofMSG
+
+} else {
+
+$diagnostics = <<'ENDofMSG';
 (F) You've said "use strict" or "use strict vars", which indicates
 that all variables must either be lexically scoped (using "my" or "state"),
 declared beforehand using "our", or explicitly qualified to say
 which package the global variable is in (using "::").
 ENDofMSG
 
-if ($] < 5.010000) {
-$diagnostics = <<'ENDofMSG';
-(F) You've said "use strict vars", which indicates that all variables
-must either be lexically scoped (using "my"), declared beforehand using
-"our", or explicitly qualified to say which package the global variable
-is in (using "::").
-ENDofMSG
 }
 
 




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