Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv29790

Modified Files:
        cpan-pm.info cpan-pm.patch 
Log Message:
+missing testdepends


Index: cpan-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cpan-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cpan-pm.info        31 Aug 2011 17:18:52 -0000      1.12
+++ cpan-pm.info        15 Sep 2011 17:57:16 -0000      1.13
@@ -33,12 +33,19 @@
 Source-MD5: 94a1e6d622187d66bff7e2ce4812232e
 
 PatchFile: %{ni}.patch
-PatchFile-MD5: f8998916c1a327fe83f000616e107c79
+PatchFile-MD5: c615b95b7c3f8d582d3c594decca70de
 
 CompileScript: <<
        %{default_script}
 <<
 
+InfoTest: <<
+       TestDepends: <<
+               cpan-meta-pm%type_pkg[perl],
+               module-build-pm%type_pkg[perl]
+       <<
+<<
+
 # Install Phase:
 UpdatePOD: True
 DocFiles: Changes README Todo
@@ -85,6 +92,9 @@
 
        Fix detection of path to perl interp. See:
        https://rt.cpan.org/Public/Bug/Display.html?id=70645
+
+       Don't whine about missing module if the mode that would use it
+       isn't active.
 <<
 Homepage: http://search.cpan.org/dist/CPAN/
 # End of Info2

Index: cpan-pm.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cpan-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cpan-pm.patch       31 Aug 2011 17:19:44 -0000      1.1
+++ cpan-pm.patch       15 Sep 2011 17:57:16 -0000      1.2
@@ -58,6 +58,33 @@
      my $dll = eval {OS2::DLLname()};
      my $mtime_dll = 0;
      if (defined $dll) {
+diff -Nurd -x'*~' CPAN-1.9800.orig/t/70_critic.t CPAN-1.9800/t/70_critic.t
+--- CPAN-1.9800.orig/t/70_critic.t     2011-01-09 14:39:38.000000000 -0500
++++ CPAN-1.9800/t/70_critic.t  2011-09-15 13:54:13.000000000 -0400
+@@ -3,6 +3,11 @@
+ use File::Spec;
+ use Test::More;
+ 
++unless ($ENV{AUTHOR_TEST}) {
++    my $msg = 'Test::Perl::Critic only run when AUTHOR_TEST set';
++    plan( skip_all => $msg );
++}
++
+ eval { require Test::Perl::Critic; };
+ 
+ if ( $@ ) {
+@@ -10,11 +15,6 @@
+     plan( skip_all => $msg );
+ }
+ 
+-unless ($ENV{AUTHOR_TEST}) {
+-    my $msg = 'Test::Perl::Critic only run when AUTHOR_TEST set';
+-    plan( skip_all => $msg );
+-}
+-
+ my $rcfile = File::Spec->catfile( 't', 'perlcriticrc' );
+ Test::Perl::Critic->import( -profile => $rcfile );
+ all_critic_ok();
 diff -Nurd -x'*~' CPAN-1.9800.orig/t/local_utils.pm 
CPAN-1.9800/t/local_utils.pm
 --- CPAN-1.9800.orig/t/local_utils.pm  2011-01-09 14:39:39.000000000 -0500
 +++ CPAN-1.9800/t/local_utils.pm       2011-08-31 12:54:05.000000000 -0400


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to