r43229 - in /trunk/libdevel-findref-perl: Changes FindRef.pm FindRef.xs META.yml Makefile.PL debian/changelog debian/control debian/copyright debian/watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 29 13:04:39 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 29 13:04:33 2009
New Revision: 43229

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43229
Log:
IGNORE-VERSION: 1.421-1
Only a document change in 1.42-1
* Updated watch to mangle the version properly
* Added Nathan Handler to copyright for debian/*
* Standards-Version 3.8.3 (no changes)

Modified:
    trunk/libdevel-findref-perl/Changes
    trunk/libdevel-findref-perl/FindRef.pm
    trunk/libdevel-findref-perl/FindRef.xs
    trunk/libdevel-findref-perl/META.yml
    trunk/libdevel-findref-perl/Makefile.PL
    trunk/libdevel-findref-perl/debian/changelog
    trunk/libdevel-findref-perl/debian/control
    trunk/libdevel-findref-perl/debian/copyright
    trunk/libdevel-findref-perl/debian/watch

Modified: trunk/libdevel-findref-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/Changes?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/Changes (original)
+++ trunk/libdevel-findref-perl/Changes Sat Aug 29 13:04:33 2009
@@ -3,6 +3,10 @@
 TODO: unwrap the save stack to find mortalised scalars (too version dependent).
 TODO: hash keys containing \x00 do not display properly.
 TODO: get the stack of non-running coroutines?
+
+1.421 Fri Aug 28 22:25:57 CEST 2009
+	- tweaked lexical messages a bit (the HASH "is the lexical %var",
+          not "is in the lexical %var".
 
 1.42 Wed Jul  1 10:24:42 CEST 2009
 	- allow possible anonymous gv's without crashing in 5.10

Modified: trunk/libdevel-findref-perl/FindRef.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/FindRef.pm?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/FindRef.pm (original)
+++ trunk/libdevel-findref-perl/FindRef.pm Sat Aug 29 13:04:33 2009
@@ -7,7 +7,7 @@
 use Scalar::Util;
 
 BEGIN {
-   our $VERSION = '1.42';
+   our $VERSION = '1.421';
    XSLoader::load __PACKAGE__, $VERSION;
 }
 

Modified: trunk/libdevel-findref-perl/FindRef.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/FindRef.xs?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/FindRef.xs (original)
+++ trunk/libdevel-findref-perl/FindRef.xs Sat Aug 29 13:04:33 2009
@@ -179,9 +179,9 @@
                                             SV *name_sv = AvARRAY (AvARRAY (padlist)[0])[i];
 
                                             if (name_sv && SvPOK (name_sv))
-                                              res_pair (form ("in the lexical '%s' in", SvPVX (name_sv)));
+                                              res_pair (form ("the lexical '%s' in", SvPVX (name_sv)));
                                             else
-                                              res_pair ("in an unnamed lexical in");
+                                              res_pair ("an unnamed lexical in");
                                           }
 
                                       --depth;

Modified: trunk/libdevel-findref-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/META.yml?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/META.yml (original)
+++ trunk/libdevel-findref-perl/META.yml Sat Aug 29 13:04:33 2009
@@ -1,20 +1,26 @@
---- #YAML:1.0
-name:               Devel-FindRef
-version:            1.42
-abstract:           ~
-author:  []
-license:            unknown
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
-build_requires:
-    ExtUtils::MakeMaker:  0
-requires:  {}
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.50
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+{
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "meta-spec" : {
+      "version" : 1.4,
+      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
+   },
+   "generated_by" : "ExtUtils::MakeMaker version 6.50",
+   "distribution_type" : "module",
+   "version" : "1.421",
+   "name" : "Devel-FindRef",
+   "author" : [],
+   "license" : "unknown",
+   "build_requires" : {
+      "ExtUtils::MakeMaker" : 0
+   },
+   "requires" : {},
+   "abstract" : null,
+   "configure_requires" : {
+      "ExtUtils::MakeMaker" : 0
+   }
+}

Modified: trunk/libdevel-findref-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/Makefile.PL?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/Makefile.PL (original)
+++ trunk/libdevel-findref-perl/Makefile.PL Sat Aug 29 13:04:33 2009
@@ -1,6 +1,6 @@
 use ExtUtils::MakeMaker;
 
-use 5.008;
+use 5.008001;
 
 WriteMakefile(
     dist	=> {

Modified: trunk/libdevel-findref-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/changelog?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/changelog (original)
+++ trunk/libdevel-findref-perl/debian/changelog Sat Aug 29 13:04:33 2009
@@ -1,18 +1,22 @@
-libdevel-findref-perl (1.42-1) UNRELEASED; urgency=low
+libdevel-findref-perl (1.421-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.421-1
+  No release necessary - wait until the GV stuff is tested
+  Only a document change in 1.42-1
 
   [ Jonathan Yu ]
-  IGNORE-VERSION: 1.42-1
-  No release necessary - wait until the GV stuff is tested
-
   * New upstream release
     + Add untested feature to allow possible anonymous GVs
+  * Updated watch to mangle the version properly
+  * Added Nathan Handler to copyright for debian/*
+  * Standards-Version 3.8.3 (no 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).
 
- -- Jonathan Yu <frequency at cpan.org>  Wed, 01 Jul 2009 06:25:52 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Sat, 29 Aug 2009 05:00:59 -0400
 
 libdevel-findref-perl (1.41-1) unstable; urgency=low
 

Modified: trunk/libdevel-findref-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/control?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/control (original)
+++ trunk/libdevel-findref-perl/debian/control Sat Aug 29 13:04:33 2009
@@ -1,11 +1,11 @@
 Source: libdevel-findref-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl
+Build-Depends: perl, debhelper (>= 7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>,
  Nathan Handler <nhandler at ubuntu.com>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Devel-FindRef/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-findref-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-findref-perl/

Modified: trunk/libdevel-findref-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/copyright?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/copyright (original)
+++ trunk/libdevel-findref-perl/debian/copyright Sat Aug 29 13:04:33 2009
@@ -11,6 +11,7 @@
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libdevel-findref-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/watch?rev=43229&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/watch (original)
+++ trunk/libdevel-findref-perl/debian/watch Sat Aug 29 13:04:33 2009
@@ -1,2 +1,4 @@
 version=3
-http://search.cpan.org/dist/Devel-FindRef/   .*/Devel-FindRef-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/" \
+	http://search.cpan.org/dist/Devel-FindRef/ \
+	.*/Devel-FindRef-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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