r21095 - in /branches/upstream/libmodule-versions-report-perl/current: ChangeLog MANIFEST META.yml SIGNATURE lib/Module/Versions/Report.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 20:46:52 UTC 2008


Author: gregoa
Date: Sat Jun 14 20:46:52 2008
New Revision: 21095

URL: http://svn.debian.org/wsvn/?sc=1&rev=21095
Log:
[svn-upgrade] Integrating new upstream version, libmodule-versions-report-perl (1.05)

Added:
    branches/upstream/libmodule-versions-report-perl/current/SIGNATURE
Modified:
    branches/upstream/libmodule-versions-report-perl/current/ChangeLog
    branches/upstream/libmodule-versions-report-perl/current/MANIFEST
    branches/upstream/libmodule-versions-report-perl/current/META.yml
    branches/upstream/libmodule-versions-report-perl/current/lib/Module/Versions/Report.pm

Modified: branches/upstream/libmodule-versions-report-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-versions-report-perl/current/ChangeLog?rev=21095&op=diff
==============================================================================
--- branches/upstream/libmodule-versions-report-perl/current/ChangeLog (original)
+++ branches/upstream/libmodule-versions-report-perl/current/ChangeLog Sat Jun 14 20:46:52 2008
@@ -1,4 +1,10 @@
 Revision history for Perl module Module::Versions::Report
+
+2008-06-13  Jesse Vincent <jesse at bestpractical.com>
+	
+	* Release 1.05
+	* Fix a problem with perl 5.8 introduced in 1.03
+
 
 2008-06-05  Ruslan U. Zakirov <ruz at bestpractical.com>
 

Modified: branches/upstream/libmodule-versions-report-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-versions-report-perl/current/MANIFEST?rev=21095&op=diff
==============================================================================
--- branches/upstream/libmodule-versions-report-perl/current/MANIFEST (original)
+++ branches/upstream/libmodule-versions-report-perl/current/MANIFEST Sat Jun 14 20:46:52 2008
@@ -1,9 +1,10 @@
 ChangeLog
+lib/Module/Versions/Report.pm
+Makefile.PL
 MANIFEST
 MANIFEST.SKIP
-Makefile.PL
+META.yml			Module meta-data (added by MakeMaker)
 README
-lib/Module/Versions/Report.pm
+SIGNATURE
 t/00about.t
 t/10load.t
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: branches/upstream/libmodule-versions-report-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-versions-report-perl/current/META.yml?rev=21095&op=diff
==============================================================================
--- branches/upstream/libmodule-versions-report-perl/current/META.yml (original)
+++ branches/upstream/libmodule-versions-report-perl/current/META.yml Sat Jun 14 20:46:52 2008
@@ -1,10 +1,12 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Module-Versions-Report
-version:      1.04
-version_from: lib/Module/Versions/Report.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:                Module-Versions-Report
+version:             1.05
+abstract:            report versions of all modules in memory
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Added: branches/upstream/libmodule-versions-report-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-versions-report-perl/current/SIGNATURE?rev=21095&op=file
==============================================================================
--- branches/upstream/libmodule-versions-report-perl/current/SIGNATURE (added)
+++ branches/upstream/libmodule-versions-report-perl/current/SIGNATURE Sat Jun 14 20:46:52 2008
@@ -1,0 +1,32 @@
+This file contains message digests of all files listed in MANIFEST,
+signed via the Module::Signature module, version 0.55.
+
+To verify the content in this distribution, first make sure you have
+Module::Signature installed, then type:
+
+    % cpansign -v
+
+It will check each file's integrity, as well as the signature's
+validity.  If "==> Signature verified OK! <==" is not displayed,
+the distribution may already have been compromised, and you should
+not run its Makefile.PL or Build.PL.
+
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+SHA1 bab979585b69021cd5060cc9d961382dee57c852 ChangeLog
+SHA1 5100a6effb9d891380cdef4568fd1b76256374a1 MANIFEST
+SHA1 b06a8885d1afbe56e1601b4950784b2dfc0a5208 MANIFEST.SKIP
+SHA1 f989d5dce8c4cabe64fb945934be60116750ef8e META.yml
+SHA1 13483ba20165e50ad24143c1a8a017f83bffe094 Makefile.PL
+SHA1 c1ef7c52be72b6f5c504fdc57bf5b8e438f80193 README
+SHA1 6d28fb26b7ebffb34df6363e8671cd1dc74ae917 lib/Module/Versions/Report.pm
+SHA1 a56f8e90792af5e6407d1fc1af7ad4a8c12f9cf7 t/00about.t
+SHA1 6f54aa87a5d212f92d04c44e632e46bfe6520ff5 t/10load.t
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.8 (Darwin)
+
+iD8DBQFIUsrYEi9d9xCOQEYRAt6aAJ9Vi3fhltVToNcRXd0iEoYHOXG4NQCfXnYW
+Y17fdwA2BVdP5O8Z4pXVMBU=
+=7V8R
+-----END PGP SIGNATURE-----

Modified: branches/upstream/libmodule-versions-report-perl/current/lib/Module/Versions/Report.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-versions-report-perl/current/lib/Module/Versions/Report.pm?rev=21095&op=diff
==============================================================================
--- branches/upstream/libmodule-versions-report-perl/current/lib/Module/Versions/Report.pm (original)
+++ branches/upstream/libmodule-versions-report-perl/current/lib/Module/Versions/Report.pm Sat Jun 14 20:46:52 2008
@@ -1,7 +1,7 @@
 
 require 5;
 package Module::Versions::Report;
-$VERSION = '1.04';
+$VERSION = '1.05';
 $PACKAGES_LIMIT = 1000;
 
 =head1 NAME
@@ -127,7 +127,9 @@
       $count++;
     } elsif(
        defined *{$this . '::ISA'} or defined &{$this . '::import'}
-       or ($this ne '' and grep { ref $_ eq 'GLOB' and defined *{$_}{'CODE'} }
+# without perl version check on MacOS X's defualt perl things may seg fault
+# for example Request Tracker 3.8's make test target fails additional tests
+       or ($this ne '' and grep { ($] < 5.010 or ref $_ eq 'GLOB') and defined *{$_}{'CODE'} }
                            values %{$this . "::"})
        # If it has an ISA, an import, or any subs...
     ) {




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