[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.25-5-g9424258

Kevin Falcone falcone at bestpractical.com
Tue Dec 14 12:36:58 EST 2010


The branch, master has been updated
       via  9424258ed9317d1c0e53b480aade086d59541f9a (commit)
       via  0615a5570d2025223ddf9031bf9b68e9481c9059 (commit)
       via  423022ffa0d71615ee5e9919473b03bf60306531 (commit)
      from  7aa73d163a65abbe34b088e7767e418cce01fb94 (commit)

Summary of changes:
 .gitignore                |    2 ++
 Changes                   |    5 +++++
 MANIFEST                  |    2 --
 META.yml                  |    6 +++---
 lib/Module/Install/RTx.pm |    2 +-
 t/0-signature.t           |   27 ---------------------------
 6 files changed, 11 insertions(+), 33 deletions(-)
 delete mode 100644 t/0-signature.t

- Log -----------------------------------------------------------------
commit 423022ffa0d71615ee5e9919473b03bf60306531
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Dec 14 12:35:26 2010 -0500

    Now that we autogen SIGNATURE we don't need to test it or package it

diff --git a/MANIFEST b/MANIFEST
index 087a16c..abc175e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,6 +10,4 @@ Makefile.PL
 MANIFEST			This list of files
 META.yml
 README
-SIGNATURE
-t/0-signature.t
 t/1-basic.t
diff --git a/t/0-signature.t b/t/0-signature.t
deleted file mode 100644
index c70c4a3..0000000
--- a/t/0-signature.t
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-print "1..1\n";
-
-if (!$ENV{TEST_SIGNATURE}) {
-    print "ok 1 # skip set the environment variable TEST_SIGNATURE to enable this test\n";
-}
-elsif (!-s 'SIGNATURE') {
-    print "ok 1 # skip No signature file found\n";
-}
-elsif (!eval { require Module::Signature; 1 }) {
-    print "ok 1 # skip ",
-	    "Next time around, consider install Module::Signature, ",
-	    "so you can verify the integrity of this distribution.\n";
-}
-elsif (!eval { require Socket; Socket::inet_aton('pgp.mit.edu') }) {
-    print "ok 1 # skip ",
-	    "Cannot connect to the keyserver\n";
-}
-else {
-    (Module::Signature::verify() == Module::Signature::SIGNATURE_OK())
-	or print "not ";
-    print "ok 1 # Valid signature\n";
-}
-
-__END__

commit 0615a5570d2025223ddf9031bf9b68e9481c9059
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Dec 14 12:35:40 2010 -0500

    Release 0.26

diff --git a/Changes b/Changes
index 4d50f13..2d05d5d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+[Changes for 0.26 2010-12-14]
+
+* Search RTHOME before searching @INC
+  This works around distribution packages lurking in @INC
+
 [Changes for 0.25 2009-10-08]
 
 * Make prompt for lib path clearer [rt.cpan.org #50328]
diff --git a/META.yml b/META.yml
index 034a865..5ac90ef 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 0.91'
+generated_by: 'Module::Install version 1.00'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +20,7 @@ no_index:
 provides:
   Module::Install::RTx:
     file: lib/Module/Install/RTx.pm
-    version: 0.25
+    version: 0.26
   Module::Install::RTx::Factory:
     file: lib/Module/Install/RTx/Factory.pm
 requires:
@@ -28,4 +28,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://opensource.org/licenses/mit-license.php
-version: 0.25
+version: 0.26
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 5c7f6a0..2b14d76 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -7,7 +7,7 @@ no warnings 'once';
 
 use Module::Install::Base;
 use base 'Module::Install::Base';
-our $VERSION = '0.25';
+our $VERSION = '0.26';
 
 use FindBin;
 use File::Glob     ();

commit 9424258ed9317d1c0e53b480aade086d59541f9a
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Dec 14 12:36:54 2010 -0500

    ignore generated files

diff --git a/.gitignore b/.gitignore
index 2ed4ca5..a5708a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ Makefile
 blib
 pm_to_blib
 inc
+*.old
+Module-Install-RTx-*

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list