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]
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
....
coverage tests (Score:1)
Re: (Score:1)