Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

jfluhmann (6902)

jfluhmann
  fluhmannNO@SPAMgmail.com
http://sanangelo.pm.org/
AOL IM: campfluhmann (Add Buddy, Send Message)
Yahoo! ID: jfluhmann (Add User, Send Message)
Public Calendar: Subscribe, Download

I work for Angelo State University as somewhat of a Windows server administrator. I am the founding member of the San Angelo Perl Mongers. I'm fairly new to the Perl Community at large.

I can be found on irc in #yapc, #news, and #win32. I'm trying to help out with the win32.perl.org project. I've recently acquired a PAUSE ID and might have a module or two on the CPAN (by the time you read this). http://search.cpan.org/~jfluhmann/ [cpan.org]

I am also one of the organizers for YAPC::NA 2007.
http://www.yapc.org/America [yapc.org]

Journal of jfluhmann (6902)

Friday May 25, 2007
11:43 AM

Module's prerequisite needs Module for testing

[ #33349 ]

I was installing Test::Pod::Coverage this morning and found it a little funny that one of the missing prerequisites skipped a test because it needed Test::Pod::Coverage. Here's a snippet of the log:

C:\>perl -MCPAN -e"install Test::Pod::Coverage"
....
Running install for module Test::Pod::Coverage
....
Warning: prerequisite Pod::Coverage 0 not found.
....
Running install for module Pod::Coverage
....
Warning: prerequisite Devel::Symdump 2.01 not found.
....
Running install for module Devel::Symdump
....
t/podcover....skipped
        all skipped: Test::Pod::Coverage required for testing pod coverage
....

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.