Having read John Gruber talk about his twitter stats, I was curious to run the script myself. The following is the output from Perl's CPAN configuration console as I installed the two missing dependencies (Date::Calc and HTML::Entities). The rest of the output is what CPAN considers helpful for a newcomer.
Last login: Sat Dec 29 19:30:20 on console
Welcome to Darwin!
You have mail.
bdarlow@tygra:~$ perl --version
This is perl, v5.8.8 built for darwin-2level
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
bdarlow@tygra:~$ cd Desktop/twitter_stats/
bdarlow@tygra:~/Desktop/twitter_stats$ perl twitter_stats.pl kapowaz twitterstats.csv
Can't locate Date/Calc.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at twitter_stats.pl line 13.
BEGIN failed--compilation aborted at twitter_stats.pl line 13.
bdarlow@tygra:~/Desktop/twitter_stats$ sudo perl -MCPAN -e 'install Date::Calc'
Password:
/opt/local/lib/perl5/5.8.8/CPAN/Config.pm initialized.
CPAN is the world-wide archive of perl resources. It consists of about
100 sites that all replicate the same contents all around the globe.
Many countries have at least one CPAN site already. The resources
found on CPAN are easily accessible with the CPAN.pm module. If you
want to use CPAN.pm, you have to configure it properly.
If you do not want to enter a dialog now, you can answer 'no' to this
question and I'll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing 'o conf init' at the cpan prompt.)
Are you ready for manual configuration? [yes]
The following questions are intended to help you with the
configuration. The CPAN module needs a directory of its own to cache
important index files and maybe keep a temporary mirror of CPAN files.
This may be a site-wide directory or a personal directory.
First of all, I'd like to create this directory. Where?
CPAN build and cache directory? [/Users/bdarlow/.cpan]
If you want, I can keep the source files after a build in the cpan
home directory. If you choose so then future builds will take the
files from there. If you don't want to keep them, answer 0 to the
next question.
How big should the disk cache be for keeping the build directories
with all the intermediate files?
Cache size for build directory (in MB)? [10]
By default, each time the CPAN module is started, cache scanning
is performed to keep the cache size in sync. To prevent from this,
disable the cache scanning with 'never'.
Perform cache scanning (atstart or never)? [atstart]
To considerably speed up the initial CPAN shell startup, it is
possible to use Storable to create a cache of metadata. If Storable
is not available, the normal index mechanism will be used.
Cache metadata (yes/no)? [yes]
The next option deals with the charset your terminal supports. In
general CPAN is English speaking territory, thus the charset does not
matter much, but some of the aliens out there who upload their
software to CPAN bear names that are outside the ASCII range. If your
terminal supports UTF-8, you say no to the next question, if it
supports ISO-8859-1 (also known as LATIN1) then you say yes, and if it
supports neither nor, your answer does not matter, you will not be
able to read the names of some authors anyway. If you answer no, names
will be output in UTF-8.
Your terminal expects ISO-8859-1 (yes/no)? [yes]
If you have one of the readline packages (Term::ReadLine::Perl,
Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
shell will have history support. The next two questions deal with the
filename of the history file and with its size. If you do not want to
set this variable, please hit SPACE RETURN to the following question.
File to save your history? [/Users/bdarlow/.cpan/histfile]
Number of lines to save? [100]
The CPAN module can detect when a module that which you are trying to
build depends on prerequisites. If this happens, it can build the
prerequisites for you automatically ('follow'), ask you for
confirmation ('ask'), or just ignore them ('ignore'). Please set your
policy to one of the three values.
Policy on building prerequisites (follow, ask or ignore)? [ask]
The CPAN module will need a few external programs to work properly.
Please correct me, if I guess the wrong path for a program. Don't
panic if you do not have some of them, just press ENTER for those. To
disable the use of a download program, you can type a space followed
by ENTER.
Where is your gzip program? [/usr/bin/gzip]
Where is your tar program? [/usr/bin/tar]
Where is your unzip program? [/usr/bin/unzip]
Where is your make program? [/usr/bin/make]
Warning: lynx not found in PATH
Where is your lynx program? []
Where is your wget program? [/opt/local/bin/wget]
Warning: ncftpget not found in PATH
Where is your ncftpget program? []
Warning: ncftp not found in PATH
Where is your ncftp program? []
Where is your ftp program? [/usr/bin/ftp]
Warning: gpg not found in PATH
Where is your gpg program? []
What is your favorite pager program? [/usr/bin/less]
What is your favorite shell? [/bin/bash]
Every Makefile.PL is run by perl in a separate process. Likewise we
run 'make' and 'make install' in processes. If you have any
parameters (e.g. PREFIX, LIB, UNINST or the like) you want to pass
to the calls, please specify them here.
If you don't understand this question, just press ENTER.
Parameters for the 'perl Makefile.PL' command?
Typical frequently used settings:
PREFIX=~/perl non-root users (please see manual for more hints)
Your choice: []
Parameters for the 'make' command?
Typical frequently used setting:
-j3 dual processor system
Your choice: []
Parameters for the 'make install' command?
Typical frequently used setting:
UNINST=1 to always uninstall potentially conflicting files
Your choice: []
Sometimes you may wish to leave the processes run by CPAN alone
without caring about them. As sometimes the Makefile.PL contains
question you're expected to answer, you can set a timer that will
kill a 'perl Makefile.PL' process after the specified time in seconds.
If you set this value to 0, these processes will wait forever. This is
the default and recommended setting.
Timeout for inactivity during Makefile.PL? [0]
If you're accessing the net via proxies, you can specify them in the
CPAN configuration or via environment variables. The variable in
the $CPAN::Config takes precedence.
Your ftp_proxy?
Your http_proxy?
Your no_proxy?
You have no /Users/bdarlow/.cpan/sources/MIRRORED.BY
I'm trying to fetch one
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY
Now we need to know where your favorite CPAN sites are located. Push
a few sites onto the array (just in case the first on the array won't
work). If you are mirroring CPAN to your local workstation, specify a
file: URL.
First, pick a nearby continent and country (you can pick several of
each, separated by spaces, or none if you just want to keep your
existing selections). Then, you will be presented with a list of URLs
of CPAN mirrors in the countries you selected, along with previously
selected URLs. Select some of those URLs, or just keep the old list.
Finally, you will be prompted for any extra URLs -- file:, ftp:, or
http: -- that host a CPAN mirror.
(1) Africa
(2) Asia
(3) Central America
(4) Europe
(5) North America
(6) Oceania
(7) South America
Select your continent (or several nearby continents) [] 4
Sorry! since you don't have any existing picks, you must make a
geographic selection.
(1) Austria
(2) Belgium
(3) Bosnia and Herzegovina
(4) Bulgaria
(5) Croatia
(6) Czech Republic
(7) Denmark
(8) Finland
(9) France
(10) Germany
(11) Greece
(12) Hungary
(13) Iceland
(14) Ireland
(15) Italy
(16) Latvia
15 more items, hit SPACE RETURN to show them
Select your country (or several nearby countries) []
Sorry! since you don't have any existing picks, you must make a
geographic selection.
(17) Lithuania
(18) Malta
(19) Netherlands
(20) Norway
(21) Poland
(22) Portugal
(23) Romania
(24) Russia
(25) Slovakia
(26) Slovenia
(27) Spain
(28) Sweden
(29) Switzerland
(30) Ukraine
(31) United Kingdom
Select your country (or several nearby countries) [] 31
Sorry! since you don't have any existing picks, you must make a
geographic selection.
(1) ftp://cpan.etla.org/pub/CPAN
(2) ftp://cpan.virginmedia.com/mirrors/CPAN/
(3) ftp://ftp.demon.co.uk/pub/CPAN/
(4) ftp://ftp.flirble.org/pub/CPAN/
(5) ftp://ftp.mirror.anlx.net/CPAN/
(6) ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/
(7) ftp://ftp.plig.org/pub/CPAN/
(8) ftp://hurricane.hinasu.net/pub/CPAN/
Select as many URLs as you like (by number),
put them on one line, separated by blanks, e.g. '1 4 5' [] 3 6
Enter another URL or RETURN to quit: []
New set of picks:
ftp://ftp.demon.co.uk/pub/CPAN/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/
commit: wrote /opt/local/lib/perl5/5.8.8/CPAN/Config.pm
CPAN: Storable loaded ok
LWP not available
Fetching with Net::FTP:
ftp://ftp.demon.co.uk/pub/CPAN/authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/01mailrc.txt.gz
Going to read /Users/bdarlow/.cpan/sources/authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.demon.co.uk/pub/CPAN/modules/02packages.details.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/02packages.details.txt.gz
Going to read /Users/bdarlow/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Wed, 02 Jan 2008 02:39:48 GMT
HTTP::Date not available
There's a new CPAN.pm version (v1.9205) available!
[Current version is v1.7602]
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless upgrade
while we are running...
LWP not available
Fetching with Net::FTP:
ftp://ftp.demon.co.uk/pub/CPAN/modules/03modlist.data.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/03modlist.data.gz
Going to read /Users/bdarlow/.cpan/sources/modules/03modlist.data.gz
Going to write /Users/bdarlow/.cpan/Metadata
Running install for module Date::Calc
Running make for S/ST/STBEY/Date-Calc-5.4.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/ST/STBEY/Date-Calc-5.4.tar.gz
CPAN: Digest::MD5 loaded ok
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/ST/STBEY/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/S/ST/STBEY/Date-Calc-5.4.tar.gz ok
Scanning cache /Users/bdarlow/.cpan/build for sizes
Date-Calc-5.4/
Date-Calc-5.4/t/
Date-Calc-5.4/t/f023.t
Date-Calc-5.4/t/f006.t
Date-Calc-5.4/t/f025.t
Date-Calc-5.4/t/f008.t
Date-Calc-5.4/t/m011.t
Date-Calc-5.4/t/f027.t
Date-Calc-5.4/t/f029.t
Date-Calc-5.4/t/f011.t
Date-Calc-5.4/t/f030.t
Date-Calc-5.4/t/f013.t
Date-Calc-5.4/t/f032.t
Date-Calc-5.4/t/f015.t
Date-Calc-5.4/t/f034.t
Date-Calc-5.4/t/m001.t
Date-Calc-5.4/t/f017.t
Date-Calc-5.4/t/f036.t
Date-Calc-5.4/t/m003.t
Date-Calc-5.4/t/f019.t
Date-Calc-5.4/t/m005.t
Date-Calc-5.4/t/m007.t
Date-Calc-5.4/t/m009.t
Date-Calc-5.4/t/f001.t
Date-Calc-5.4/t/f020.t
Date-Calc-5.4/t/f003.t
Date-Calc-5.4/t/f022.t
Date-Calc-5.4/t/f005.t
Date-Calc-5.4/t/f024.t
Date-Calc-5.4/t/f007.t
Date-Calc-5.4/t/m010.t
Date-Calc-5.4/t/f026.t
Date-Calc-5.4/t/f009.t
Date-Calc-5.4/t/f028.t
Date-Calc-5.4/t/f010.t
Date-Calc-5.4/t/f012.t
Date-Calc-5.4/t/f031.t
Date-Calc-5.4/t/f014.t
Date-Calc-5.4/t/f033.t
Date-Calc-5.4/t/f016.t
Date-Calc-5.4/t/f035.t
Date-Calc-5.4/t/m002.t
Date-Calc-5.4/t/f018.t
Date-Calc-5.4/t/m004.t
Date-Calc-5.4/t/m006.t
Date-Calc-5.4/t/m008.t
Date-Calc-5.4/t/f000.t
Date-Calc-5.4/t/f002.t
Date-Calc-5.4/t/f021.t
Date-Calc-5.4/t/f004.t
Date-Calc-5.4/examples/
Date-Calc-5.4/examples/linearcal.pl
Date-Calc-5.4/examples/time.pl
Date-Calc-5.4/examples/nth_weekday.pl
Date-Calc-5.4/examples/vacation.pl
Date-Calc-5.4/examples/anniversaries.pl
Date-Calc-5.4/examples/income.pl
Date-Calc-5.4/examples/age_in_days_eu.pl
Date-Calc-5.4/examples/cal.c
Date-Calc-5.4/examples/holidays.pl
Date-Calc-5.4/examples/bug.pl
Date-Calc-5.4/examples/delta.pl
Date-Calc-5.4/examples/calendar.cgi
Date-Calc-5.4/examples/weiberfastnacht.pl
Date-Calc-5.4/examples/age_in_days_us.pl
Date-Calc-5.4/Calc.xs
Date-Calc-5.4/tools/
Date-Calc-5.4/tools/compile.pl
Date-Calc-5.4/tools/iso2pc.c
Date-Calc-5.4/tools/pc2iso.c
Date-Calc-5.4/tools/compile.bat
Date-Calc-5.4/tools/compile.sh
Date-Calc-5.4/MANIFEST
Date-Calc-5.4/CREDITS.txt
Date-Calc-5.4/ToolBox.h
Date-Calc-5.4/DateCalc.c
Date-Calc-5.4/Calendar.pm
Date-Calc-5.4/INSTALL.txt
Date-Calc-5.4/CHANGES.txt
Date-Calc-5.4/DateCalc.h
Date-Calc-5.4/Makefile.PL
Date-Calc-5.4/lib/
Date-Calc-5.4/lib/Date/
Date-Calc-5.4/lib/Date/Calendar/
Date-Calc-5.4/lib/Date/Calendar/Profiles.pm
Date-Calc-5.4/lib/Date/Calendar/Profiles.pod
Date-Calc-5.4/lib/Date/Calendar/Year.pm
Date-Calc-5.4/lib/Date/Calendar/Year.pod
Date-Calc-5.4/lib/Date/Calc/
Date-Calc-5.4/lib/Date/Calc/Object.pm
Date-Calc-5.4/lib/Date/Calc/Object.pod
Date-Calc-5.4/Artistic.txt
Date-Calc-5.4/README.txt
Date-Calc-5.4/TOOLS.txt
Date-Calc-5.4/GNU_LGPL.txt
Date-Calc-5.4/EXAMPLES.txt
Date-Calc-5.4/GNU_GPL.txt
Date-Calc-5.4/typemap
Date-Calc-5.4/Calc.pod
Date-Calc-5.4/Calendar.pod
Date-Calc-5.4/Calc.pm
CPAN.pm: Going to build S/ST/STBEY/Date-Calc-5.4.tar.gz
Checking if your kit is complete...
Looks good
Warning: prerequisite Bit::Vector 6.4 not found.
Warning: prerequisite Carp::Clan 5.3 not found.
Writing Makefile for Date::Calc
Writing patchlevel.h for /opt/local/bin/perl (5.008008)
---- Unsatisfied dependencies detected during [S/ST/STBEY/Date-Calc-5.4.tar.gz] -----
Bit::Vector
Carp::Clan
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module Bit::Vector
Running make for S/ST/STBEY/Bit-Vector-6.4.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/ST/STBEY/Bit-Vector-6.4.tar.gz
Checksum for /Users/bdarlow/.cpan/sources/authors/id/S/ST/STBEY/Bit-Vector-6.4.tar.gz ok
Bit-Vector-6.4/
Bit-Vector-6.4/examples/
Bit-Vector-6.4/examples/benchmk2.pl
Bit-Vector-6.4/examples/SetObject.pl
Bit-Vector-6.4/examples/benchmk1.pl
Bit-Vector-6.4/examples/benchmk3.pl
Bit-Vector-6.4/examples/primes.pl
Bit-Vector-6.4/examples/test.c
Bit-Vector-6.4/BitVector.c
Bit-Vector-6.4/Vector.pod
Bit-Vector-6.4/GNU_LGPL.txt
Bit-Vector-6.4/t/
Bit-Vector-6.4/t/01________new.t
Bit-Vector-6.4/t/03_operations.t
Bit-Vector-6.4/t/30_overloaded.t
Bit-Vector-6.4/t/15________add.t
Bit-Vector-6.4/t/02____destroy.t
Bit-Vector-6.4/t/05_____primes.t
Bit-Vector-6.4/t/12_____string.t
Bit-Vector-6.4/t/08_____resize.t
Bit-Vector-6.4/t/10__intervals.t
Bit-Vector-6.4/t/40__auxiliary.t
Bit-Vector-6.4/t/11______shift.t
Bit-Vector-6.4/t/04__functions.t
Bit-Vector-6.4/t/09_parameters.t
Bit-Vector-6.4/t/28__chunklist.t
Bit-Vector-6.4/t/00____version.t
Bit-Vector-6.4/t/13__increment.t
Bit-Vector-6.4/t/07____compare.t
Bit-Vector-6.4/t/16___subtract.t
Bit-Vector-6.4/t/17________gcd.t
Bit-Vector-6.4/t/14______empty.t
Bit-Vector-6.4/t/06_____subset.t
Bit-Vector-6.4/BitVector.h
Bit-Vector-6.4/MANIFEST
Bit-Vector-6.4/GNU_GPL.txt
Bit-Vector-6.4/CREDITS.txt
Bit-Vector-6.4/lib/
Bit-Vector-6.4/lib/Bit/
Bit-Vector-6.4/lib/Bit/Vector/
Bit-Vector-6.4/lib/Bit/Vector/Overload.pm
Bit-Vector-6.4/lib/Bit/Vector/String.pod
Bit-Vector-6.4/lib/Bit/Vector/Overload.pod
Bit-Vector-6.4/lib/Bit/Vector/String.pm
Bit-Vector-6.4/ToolBox.h
Bit-Vector-6.4/Vector.pm
Bit-Vector-6.4/typemap
Bit-Vector-6.4/INSTALL.txt
Bit-Vector-6.4/CHANGES.txt
Bit-Vector-6.4/Makefile.PL
Bit-Vector-6.4/Vector.xs
Bit-Vector-6.4/Artistic.txt
Bit-Vector-6.4/README.txt
CPAN.pm: Going to build S/ST/STBEY/Bit-Vector-6.4.tar.gz
Checking if your kit is complete...
Looks good
Warning: prerequisite Carp::Clan 5.3 not found.
Writing Makefile for Bit::Vector
Writing patchlevel.h for /opt/local/bin/perl (5.008008)
---- Unsatisfied dependencies detected during [S/ST/STBEY/Bit-Vector-6.4.tar.gz] -----
Carp::Clan
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module Carp::Clan
Running make for J/JJ/JJORE/Carp-Clan-5.9.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JJ/JJORE/Carp-Clan-5.9.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JJ/JJORE/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/J/JJ/JJORE/Carp-Clan-5.9.tar.gz ok
Carp-Clan-5.9/
Carp-Clan-5.9/t/
Carp-Clan-5.9/t/11basic.t
Carp-Clan-5.9/t/10basic.t
Carp-Clan-5.9/t/04boilerplate.t
Carp-Clan-5.9/t/01pod.t
Carp-Clan-5.9/t/03yaml.t
Carp-Clan-5.9/META.yml
Carp-Clan-5.9/Changes
Carp-Clan-5.9/GNU_GPL.txt
Carp-Clan-5.9/lib/
Carp-Clan-5.9/lib/Carp/
Carp-Clan-5.9/lib/Carp/Clan.pm
Carp-Clan-5.9/lib/Carp/Clan.pod
Carp-Clan-5.9/MANIFEST
Carp-Clan-5.9/Artistic.txt
Carp-Clan-5.9/Makefile.PL
Carp-Clan-5.9/README
CPAN.pm: Going to build J/JJ/JJORE/Carp-Clan-5.9.tar.gz
Add Object::Deadly 0.08+ to prerequisites for testing? [Ny] [no]
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Exception 0 not found.
Writing Makefile for Carp::Clan
---- Unsatisfied dependencies detected during [J/JJ/JJORE/Carp-Clan-5.9.tar.gz] -----
Test::Exception
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module Test::Exception
Running make for A/AD/ADIE/Test-Exception-0.26.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/A/AD/ADIE/Test-Exception-0.26.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/A/AD/ADIE/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/A/AD/ADIE/Test-Exception-0.26.tar.gz ok
Test-Exception-0.26/
Test-Exception-0.26/Build.PL
Test-Exception-0.26/Changes
Test-Exception-0.26/lib/
Test-Exception-0.26/lib/Test/
Test-Exception-0.26/lib/Test/Exception.pm
Test-Exception-0.26/Makefile.PL
Test-Exception-0.26/MANIFEST
Test-Exception-0.26/META.yml
Test-Exception-0.26/README
Test-Exception-0.26/t/
Test-Exception-0.26/t/caller.t
Test-Exception-0.26/t/developer/
Test-Exception-0.26/t/developer/documented.t
Test-Exception-0.26/t/developer/perlcritic.t
Test-Exception-0.26/t/developer/perlcriticrc
Test-Exception-0.26/t/developer/pod.t
Test-Exception-0.26/t/developer/spelling.t
Test-Exception-0.26/t/edge-cases.t
Test-Exception-0.26/t/Exception.t
Test-Exception-0.26/t/import.t
Test-Exception-0.26/t/isa.t
Test-Exception-0.26/t/lives_and.t
Test-Exception-0.26/t/preserve.t
Test-Exception-0.26/t/return.t
Test-Exception-0.26/t/rt.t
Test-Exception-0.26/t/stacktrace.t
Test-Exception-0.26/t/throws_ok.t
CPAN.pm: Going to build A/AD/ADIE/Test-Exception-0.26.tar.gz
Checking if your kit is complete...
Looks good
Warning: prerequisite Sub::Uplevel 0.18 not found.
Warning: prerequisite Test::Builder 0.7 not found. We have 0.32.
Warning: prerequisite Test::Builder::Tester 1.07 not found. We have 1.02.
Warning: prerequisite Test::More 0.7 not found. We have 0.62.
Warning: prerequisite Test::Simple 0.7 not found. We have 0.62.
Writing Makefile for Test::Exception
---- Unsatisfied dependencies detected during [A/AD/ADIE/Test-Exception-0.26.tar.gz] -----
Test::More
Test::Builder
Sub::Uplevel
Test::Simple
Test::Builder::Tester
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module Test::More
Running make for M/MS/MSCHWERN/Test-Simple-0.74.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-0.74.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/M/MS/MSCHWERN/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/M/MS/MSCHWERN/Test-Simple-0.74.tar.gz ok
Test-Simple-0.74/
Test-Simple-0.74/Changes
Test-Simple-0.74/lib/
Test-Simple-0.74/lib/Test/
Test-Simple-0.74/lib/Test/Builder/
Test-Simple-0.74/lib/Test/Builder/Module.pm
Test-Simple-0.74/lib/Test/Builder/Tester/
Test-Simple-0.74/lib/Test/Builder/Tester/Color.pm
Test-Simple-0.74/lib/Test/Builder/Tester.pm
Test-Simple-0.74/lib/Test/Builder.pm
Test-Simple-0.74/lib/Test/More.pm
Test-Simple-0.74/lib/Test/Simple.pm
Test-Simple-0.74/lib/Test/Tutorial.pod
Test-Simple-0.74/Makefile.PL
Test-Simple-0.74/MANIFEST
Test-Simple-0.74/META.yml
Test-Simple-0.74/README
Test-Simple-0.74/SIGNATURE
Test-Simple-0.74/t/
Test-Simple-0.74/t/00signature.t
Test-Simple-0.74/t/00test_harness_check.t
Test-Simple-0.74/t/bad_plan.t
Test-Simple-0.74/t/bail_out.t
Test-Simple-0.74/t/BEGIN_use_ok.t
Test-Simple-0.74/t/buffer.t
Test-Simple-0.74/t/Builder.t
Test-Simple-0.74/t/carp.t
Test-Simple-0.74/t/circular_data.t
Test-Simple-0.74/t/cmp_ok.t
Test-Simple-0.74/t/create.t
Test-Simple-0.74/t/curr_test.t
Test-Simple-0.74/t/details.t
Test-Simple-0.74/t/diag.t
Test-Simple-0.74/t/eq_set.t
Test-Simple-0.74/t/exit.t
Test-Simple-0.74/t/extra.t
Test-Simple-0.74/t/extra_one.t
Test-Simple-0.74/t/fail-like.t
Test-Simple-0.74/t/fail-more.t
Test-Simple-0.74/t/fail.t
Test-Simple-0.74/t/fail_one.t
Test-Simple-0.74/t/filehandles.t
Test-Simple-0.74/t/fork.t
Test-Simple-0.74/t/harness_active.t
Test-Simple-0.74/t/has_plan.t
Test-Simple-0.74/t/has_plan2.t
Test-Simple-0.74/t/import.t
Test-Simple-0.74/t/is_deeply_dne_bug.t
Test-Simple-0.74/t/is_deeply_fail.t
Test-Simple-0.74/t/is_deeply_with_threads.t
Test-Simple-0.74/t/is_fh.t
Test-Simple-0.74/t/lib/
Test-Simple-0.74/t/lib/Dummy.pm
Test-Simple-0.74/t/lib/MyOverload.pm
Test-Simple-0.74/t/lib/NoExporter.pm
Test-Simple-0.74/t/lib/Test/
Test-Simple-0.74/t/lib/Test/Simple/
Test-Simple-0.74/t/lib/Test/Simple/Catch.pm
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/death.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/death_in_eval.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/exit.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/extras.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/five_fail.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/last_minute_death.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/one_fail.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/require.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/success.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/too_few.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/too_few_fail.plx
Test-Simple-0.74/t/lib/Test/Simple/sample_tests/two_fail.plx
Test-Simple-0.74/t/lib/TieOut.pm
Test-Simple-0.74/t/maybe_regex.t
Test-Simple-0.74/t/missing.t
Test-Simple-0.74/t/More.t
Test-Simple-0.74/t/no_diag.t
Test-Simple-0.74/t/no_ending.t
Test-Simple-0.74/t/no_header.t
Test-Simple-0.74/t/no_plan.t
Test-Simple-0.74/t/ok_obj.t
Test-Simple-0.74/t/output.t
Test-Simple-0.74/t/overload.t
Test-Simple-0.74/t/overload_threads.t
Test-Simple-0.74/t/plan.t
Test-Simple-0.74/t/plan_bad.t
Test-Simple-0.74/t/plan_is_noplan.t
Test-Simple-0.74/t/plan_no_plan.t
Test-Simple-0.74/t/plan_shouldnt_import.t
Test-Simple-0.74/t/plan_skip_all.t
Test-Simple-0.74/t/pod-coverage.t
Test-Simple-0.74/t/pod.t
Test-Simple-0.74/t/require_ok.t
Test-Simple-0.74/t/reset.t
Test-Simple-0.74/t/simple.t
Test-Simple-0.74/t/skip.t
Test-Simple-0.74/t/skipall.t
Test-Simple-0.74/t/tbt_01basic.t
Test-Simple-0.74/t/tbt_02fhrestore.t
Test-Simple-0.74/t/tbt_03die.t
Test-Simple-0.74/t/tbt_04line_num.t
Test-Simple-0.74/t/tbt_05faildiag.t
Test-Simple-0.74/t/tbt_06errormess.t
Test-Simple-0.74/t/tbt_07args.t
Test-Simple-0.74/t/thread_taint.t
Test-Simple-0.74/t/threads.t
Test-Simple-0.74/t/todo.t
Test-Simple-0.74/t/try.t
Test-Simple-0.74/t/undef.t
Test-Simple-0.74/t/use_ok.t
Test-Simple-0.74/t/useing.t
Test-Simple-0.74/TODO
CPAN.pm: Going to build M/MS/MSCHWERN/Test-Simple-0.74.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Simple
cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
cp lib/Test/Builder.pm blib/lib/Test/Builder.pm
cp lib/Test/Simple.pm blib/lib/Test/Simple.pm
cp lib/Test/More.pm blib/lib/Test/More.pm
cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm
cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod
Manifying blib/man3/Test::Builder::Tester::Color.3
Manifying blib/man3/Test::Simple.3
Manifying blib/man3/Test::Builder.3
Manifying blib/man3/Test::More.3
Manifying blib/man3/Test::Builder::Tester.3
Manifying blib/man3/Test::Builder::Module.3
Manifying blib/man3/Test::Tutorial.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00signature...............skipped
all skipped: Next time around, consider installing Module::Signature, so you can verify the integrity of this distribution.
t/00test_harness_check......ok
t/bad_plan..................ok
t/bail_out..................ok
t/BEGIN_use_ok..............ok
t/buffer....................ok
t/Builder...................ok
t/carp......................ok
t/circular_data.............ok
t/cmp_ok....................ok
t/create....................ok
t/curr_test.................ok
t/details...................ok
t/diag......................ok
t/eq_set....................ok
t/exit......................ok
t/extra.....................ok
t/extra_one.................ok
t/fail-like.................ok
t/fail-more.................ok
t/fail......................ok
t/fail_one..................ok
t/filehandles...............ok
t/fork......................ok
t/harness_active............ok
t/has_plan..................ok
t/has_plan2.................ok
t/import....................ok
t/is_deeply_dne_bug.........ok
t/is_deeply_fail............ok
t/is_deeply_with_threads....skipped
all skipped: no working threads
t/is_fh.....................ok
t/maybe_regex...............ok
t/missing...................ok
t/More......................ok
t/no_diag...................ok
t/no_ending.................ok
t/no_header.................ok
t/no_plan...................ok
t/ok_obj....................ok
t/output....................ok
t/overload..................ok
t/overload_threads..........ok
1/5 skipped: not really skipped, testing overloaded reason
t/plan......................ok
t/plan_bad..................ok
t/plan_is_noplan............ok
t/plan_no_plan..............ok
1/6 skipped: Just testing skip with no_plan
t/plan_shouldnt_import......ok
t/plan_skip_all.............skipped
all skipped: Just testing plan & skip_all
t/pod-coverage..............skipped
all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.......................skipped
all skipped: Test::Pod 1.00 required for testing POD
t/require_ok................ok
t/reset.....................ok
t/simple....................ok
t/skip......................ok
8/17 skipped: various reasons
t/skipall...................ok
t/tbt_01basic...............ok
t/tbt_02fhrestore...........ok
t/tbt_03die.................ok
t/tbt_04line_num............ok
t/tbt_05faildiag............ok
t/tbt_06errormess...........ok
t/tbt_07args................ok
t/thread_taint..............ok
t/threads...................skipped
all skipped: no working threads
t/todo......................ok
t/try.......................ok
t/undef.....................ok
t/use_ok....................ok
t/useing....................ok
All tests successful, 6 tests and 10 subtests skipped.
Files=70, Tests=506, 4 wallclock secs ( 1.69 cusr + 0.94 csys = 2.63 CPU)
/usr/bin/make test -- OK
Running make install
Installing /opt/local/lib/perl5/5.8.8/Test/Builder.pm
Installing /opt/local/lib/perl5/5.8.8/Test/More.pm
Installing /opt/local/lib/perl5/5.8.8/Test/Simple.pm
Installing /opt/local/lib/perl5/5.8.8/Test/Builder/Module.pm
Installing /opt/local/lib/perl5/5.8.8/Test/Builder/Tester.pm
Installing /opt/local/share/man/man3/Test::Builder.3
Installing /opt/local/share/man/man3/Test::Builder::Module.3
Installing /opt/local/share/man/man3/Test::Builder::Tester.3
Installing /opt/local/share/man/man3/Test::Builder::Tester::Color.3
Installing /opt/local/share/man/man3/Test::More.3
Installing /opt/local/share/man/man3/Test::Simple.3
Installing /opt/local/share/man/man3/Test::Tutorial.3
Writing /opt/local/lib/perl5/5.8.8/darwin-2level/auto/Test/Simple/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
Test::Builder is up to date.
Running install for module Sub::Uplevel
Running make for D/DA/DAGOLDEN/Sub-Uplevel-0.18.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.18.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/D/DA/DAGOLDEN/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.18.tar.gz ok
Sub-Uplevel-0.18/
Sub-Uplevel-0.18/t/
Sub-Uplevel-0.18/t/01_die_check.t
Sub-Uplevel-0.18/t/lib/
Sub-Uplevel-0.18/t/lib/Foo.pm
Sub-Uplevel-0.18/t/02_uplevel.t
Sub-Uplevel-0.18/t/04_honor_later_override.t
Sub-Uplevel-0.18/t/03_nested_uplevels.t
Sub-Uplevel-0.18/t/98_pod.t
Sub-Uplevel-0.18/t/99_pod_coverage.t
Sub-Uplevel-0.18/t/05_honor_prior_override.t
Sub-Uplevel-0.18/examples/
Sub-Uplevel-0.18/examples/uplevel-demo.pl
Sub-Uplevel-0.18/Changes
Sub-Uplevel-0.18/MANIFEST
Sub-Uplevel-0.18/lib/
Sub-Uplevel-0.18/lib/Sub/
Sub-Uplevel-0.18/lib/Sub/Uplevel.pm
Sub-Uplevel-0.18/MANIFEST.SKIP
Sub-Uplevel-0.18/META.yml
Sub-Uplevel-0.18/Makefile.PL
Sub-Uplevel-0.18/Build.PL
Sub-Uplevel-0.18/README
CPAN.pm: Going to build D/DA/DAGOLDEN/Sub-Uplevel-0.18.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Sub::Uplevel
cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm
Manifying blib/man3/Sub::Uplevel.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_die_check...............ok
t/02_uplevel.................ok
t/03_nested_uplevels.........ok
t/04_honor_later_override....ok
t/05_honor_prior_override....ok
t/98_pod.....................skipped
all skipped: Skipping author tests
t/99_pod_coverage............skipped
all skipped: Skipping author tests
All tests successful, 2 tests skipped.
Files=7, Tests=141, 1 wallclock secs ( 0.22 cusr + 0.10 csys = 0.32 CPU)
/usr/bin/make test -- OK
Running make install
Manifying blib/man3/Sub::Uplevel.3
Installing /opt/local/lib/perl5/site_perl/5.8.8/Sub/Uplevel.pm
Installing /opt/local/share/man/man3/Sub::Uplevel.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Sub/Uplevel/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
Test::Simple is up to date.
Test::Builder::Tester is up to date.
Running make for A/AD/ADIE/Test-Exception-0.26.tar.gz
Is already unwrapped into directory /Users/bdarlow/.cpan/build/Test-Exception-0.26
CPAN.pm: Going to build A/AD/ADIE/Test-Exception-0.26.tar.gz
cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
Manifying blib/man3/Test::Exception.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/caller........ok
t/edge-cases....skipped
all skipped: stuff relating to RT#24678 that I have not fixed yet
t/Exception.....ok
t/import........ok
t/isa...........ok
t/lives_and.....ok
t/preserve......ok
t/return........ok
t/rt............ok
t/stacktrace....ok
t/throws_ok.....ok
All tests successful, 1 test skipped.
Files=11, Tests=51, 0 wallclock secs ( 0.31 cusr + 0.18 csys = 0.49 CPU)
/usr/bin/make test -- OK
Running make install
Installing /opt/local/lib/perl5/site_perl/5.8.8/Test/Exception.pm
Installing /opt/local/share/man/man3/Test::Exception.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Test/Exception/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
Running make for J/JJ/JJORE/Carp-Clan-5.9.tar.gz
Is already unwrapped into directory /Users/bdarlow/.cpan/build/Carp-Clan-5.9
CPAN.pm: Going to build J/JJ/JJORE/Carp-Clan-5.9.tar.gz
cp lib/Carp/Clan.pm blib/lib/Carp/Clan.pm
cp lib/Carp/Clan.pod blib/lib/Carp/Clan.pod
Manifying blib/man3/Carp::Clan.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01pod............skipped
all skipped: Skipping author tests
t/03yaml...........skipped
all skipped: Skipping author tests
t/04boilerplate....skipped
all skipped: Skipping author tests
t/10basic..........ok
t/11basic..........ok
1/55 skipped: Object::Deadly not installed
All tests successful, 3 tests and 1 subtest skipped.
Files=5, Tests=57, 0 wallclock secs ( 0.10 cusr + 0.06 csys = 0.16 CPU)
/usr/bin/make test -- OK
Running make install
Installing /opt/local/lib/perl5/site_perl/5.8.8/Carp/Clan.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/Carp/Clan.pod
Installing /opt/local/share/man/man3/Carp::Clan.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Carp/Clan/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
Running make for S/ST/STBEY/Bit-Vector-6.4.tar.gz
Is already unwrapped into directory /Users/bdarlow/.cpan/build/Bit-Vector-6.4
CPAN.pm: Going to build S/ST/STBEY/Bit-Vector-6.4.tar.gz
cp lib/Bit/Vector/Overload.pm blib/lib/Bit/Vector/Overload.pm
cp Vector.pm blib/lib/Bit/Vector.pm
cp Vector.pod blib/lib/Bit/Vector.pod
cp lib/Bit/Vector/Overload.pod blib/lib/Bit/Vector/Overload.pod
cp lib/Bit/Vector/String.pod blib/lib/Bit/Vector/String.pod
cp lib/Bit/Vector/String.pm blib/lib/Bit/Vector/String.pm
/usr/bin/gcc-4.0 -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"6.4\" -DXS_VERSION=\"6.4\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE" BitVector.c
/opt/local/bin/perl /opt/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /opt/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Vector.xs > Vector.xsc && mv Vector.xsc Vector.c
/usr/bin/gcc-4.0 -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"6.4\" -DXS_VERSION=\"6.4\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE" Vector.c
Running Mkbootstrap for Bit::Vector ()
chmod 644 Vector.bs
rm -f blib/arch/auto/Bit/Vector/Vector.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/opt/local/lib -bundle -undefined dynamic_lookup -L/usr/local/lib BitVector.o Vector.o -o blib/arch/auto/Bit/Vector/Vector.bundle \
\
chmod 755 blib/arch/auto/Bit/Vector/Vector.bundle
cp Vector.bs blib/arch/auto/Bit/Vector/Vector.bs
chmod 644 blib/arch/auto/Bit/Vector/Vector.bs
Manifying blib/man3/Bit::Vector::String.3
Manifying blib/man3/Bit::Vector::Overload.3
Manifying blib/man3/Bit::Vector.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00____version....ok
t/01________new....ok
t/02____destroy....ok
t/03_operations....ok
t/04__functions....ok
t/05_____primes....ok
t/06_____subset....ok
t/07____compare....ok
t/08_____resize....ok
t/09_parameters....ok
t/10__intervals....ok
t/11______shift....ok
t/12_____string....ok
t/13__increment....ok
t/14______empty....ok
t/15________add....ok
t/16___subtract....ok
t/17________gcd....ok
t/28__chunklist....ok
t/30_overloaded....ok
t/40__auxiliary....ok
All tests successful.
Files=21, Tests=68151, 5 wallclock secs ( 0.88 cusr + 0.25 csys = 1.13 CPU)
/usr/bin/make test -- OK
Running make install
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Bit/Vector/Vector.bs
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Bit/Vector/Vector.bundle
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Bit/Vector.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Bit/Vector.pod
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Bit/Vector/Overload.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Bit/Vector/Overload.pod
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Bit/Vector/String.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Bit/Vector/String.pod
Installing /opt/local/share/man/man3/Bit::Vector.3
Installing /opt/local/share/man/man3/Bit::Vector::Overload.3
Installing /opt/local/share/man/man3/Bit::Vector::String.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Bit/Vector/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
Carp::Clan is up to date.
Running make for S/ST/STBEY/Date-Calc-5.4.tar.gz
Is already unwrapped into directory /Users/bdarlow/.cpan/build/Date-Calc-5.4
CPAN.pm: Going to build S/ST/STBEY/Date-Calc-5.4.tar.gz
cp lib/Date/Calc/Object.pod blib/lib/Date/Calc/Object.pod
cp lib/Date/Calendar/Year.pm blib/lib/Date/Calendar/Year.pm
cp Calc.pod blib/lib/Date/Calc.pod
cp lib/Date/Calendar/Profiles.pm blib/lib/Date/Calendar/Profiles.pm
cp lib/Date/Calc/Object.pm blib/lib/Date/Calc/Object.pm
cp Calendar.pod blib/lib/Date/Calendar.pod
cp lib/Date/Calendar/Profiles.pod blib/lib/Date/Calendar/Profiles.pod
cp Calendar.pm blib/lib/Date/Calendar.pm
cp lib/Date/Calendar/Year.pod blib/lib/Date/Calendar/Year.pod
cp Calc.pm blib/lib/Date/Calc.pm
/opt/local/bin/perl /opt/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /opt/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Calc.xs > Calc.xsc && mv Calc.xsc Calc.c
/usr/bin/gcc-4.0 -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"5.4\" -DXS_VERSION=\"5.4\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE" Calc.c
/usr/bin/gcc-4.0 -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"5.4\" -DXS_VERSION=\"5.4\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE" DateCalc.c
Running Mkbootstrap for Date::Calc ()
chmod 644 Calc.bs
rm -f blib/arch/auto/Date/Calc/Calc.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/opt/local/lib -bundle -undefined dynamic_lookup -L/usr/local/lib Calc.o DateCalc.o -o blib/arch/auto/Date/Calc/Calc.bundle \
\
chmod 755 blib/arch/auto/Date/Calc/Calc.bundle
cp Calc.bs blib/arch/auto/Date/Calc/Calc.bs
chmod 644 blib/arch/auto/Date/Calc/Calc.bs
Manifying blib/man3/Date::Calc::Object.3
Manifying blib/man3/Date::Calc.3
Manifying blib/man3/Date::Calendar.3
Manifying blib/man3/Date::Calendar::Year.3
Manifying blib/man3/Date::Calendar::Profiles.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/f000....ok
t/f001....ok
t/f002....ok
t/f003....ok
t/f004....ok
t/f005....ok
t/f006....ok
t/f007....ok
t/f008....ok
t/f009....ok
t/f010....ok
t/f011....ok
t/f012....ok
t/f013....ok
t/f014....ok
t/f015....ok
t/f016....ok
t/f017....ok
t/f018....ok
t/f019....ok
t/f020....ok
t/f021....ok
t/f022....ok
t/f023....ok
t/f024....ok
t/f025....ok
t/f026....ok
t/f027....ok
t/f028....ok
t/f029....ok
t/f030....ok
t/f031....ok
t/f032....ok
t/f033....ok
t/f034....ok
t/f035....ok
t/f036....ok
t/m001....ok
t/m002....ok
t/m003....ok
t/m004....ok
t/m005....ok
t/m006....ok
t/m007....ok
t/m008....ok
t/m009....ok
t/m010....ok
t/m011....ok
All tests successful.
Files=48, Tests=2770, 2 wallclock secs ( 1.49 cusr + 0.55 csys = 2.04 CPU)
/usr/bin/make test -- OK
Running make install
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Date/Calc/Calc.bs
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Date/Calc/Calc.bundle
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calc.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calc.pod
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calendar.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calendar.pod
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calc/Object.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calc/Object.pod
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calendar/Profiles.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calendar/Profiles.pod
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calendar/Year.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Date/Calendar/Year.pod
Installing /opt/local/share/man/man3/Date::Calc.3
Installing /opt/local/share/man/man3/Date::Calc::Object.3
Installing /opt/local/share/man/man3/Date::Calendar.3
Installing /opt/local/share/man/man3/Date::Calendar::Profiles.3
Installing /opt/local/share/man/man3/Date::Calendar::Year.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Date/Calc/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
bdarlow@tygra:~/Desktop/twitter_stats$ perl twitter_stats.pl kapowaz twitterstats.csv
Can't locate HTML/Entities.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at twitter_stats.pl line 17.
BEGIN failed--compilation aborted at twitter_stats.pl line 17.
bdarlow@tygra:~/Desktop/twitter_stats$ sudo perl -MCPAN -e 'install HTML::Entities'
CPAN: Storable loaded ok
Going to read /Users/bdarlow/.cpan/Metadata
Database was generated on Wed, 02 Jan 2008 02:39:48 GMT
Running install for module HTML::Entities
Running make for G/GA/GAAS/HTML-Parser-3.56.tar.gz
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.demon.co.uk/pub/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.56.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.56.tar.gz
CPAN: Digest::MD5 loaded ok
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/G/GA/GAAS/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/G/GA/GAAS/HTML-Parser-3.56.tar.gz ok
Scanning cache /Users/bdarlow/.cpan/build for sizes
HTML-Parser-3.56/
HTML-Parser-3.56/t/
HTML-Parser-3.56/t/xml-mode.t
HTML-Parser-3.56/t/threads.t
HTML-Parser-3.56/t/textarea.t
HTML-Parser-3.56/t/filter-methods.t
HTML-Parser-3.56/t/crashme.t
HTML-Parser-3.56/t/handler-eof.t
HTML-Parser-3.56/t/unicode-bom.t
HTML-Parser-3.56/t/argspec-bad.t
HTML-Parser-3.56/t/dtext.t
HTML-Parser-3.56/t/callback.t
HTML-Parser-3.56/t/entities.t
HTML-Parser-3.56/t/argspec.t
HTML-Parser-3.56/t/comment.t
HTML-Parser-3.56/t/declaration.t
HTML-Parser-3.56/t/offset.t
HTML-Parser-3.56/t/handler.t
HTML-Parser-3.56/t/plaintext.t
HTML-Parser-3.56/t/case-sensitive.t
HTML-Parser-3.56/t/cases.t
HTML-Parser-3.56/t/marked-sect.t
HTML-Parser-3.56/t/document.t
HTML-Parser-3.56/t/filter.t
HTML-Parser-3.56/t/tokeparser.t
HTML-Parser-3.56/t/linkextor-rel.t
HTML-Parser-3.56/t/entities2.t
HTML-Parser-3.56/t/skipped-text.t
HTML-Parser-3.56/t/linkextor-base.t
HTML-Parser-3.56/t/default.t
HTML-Parser-3.56/t/headparser.t
HTML-Parser-3.56/t/uentities.t
HTML-Parser-3.56/t/headparser-http.t
HTML-Parser-3.56/t/script.t
HTML-Parser-3.56/t/stack-realloc.t
HTML-Parser-3.56/t/pod.t
HTML-Parser-3.56/t/magic.t
HTML-Parser-3.56/t/options.t
HTML-Parser-3.56/t/attr-encoded.t
HTML-Parser-3.56/t/unicode.t
HTML-Parser-3.56/t/argspec2.t
HTML-Parser-3.56/t/ignore.t
HTML-Parser-3.56/t/largetags.t
HTML-Parser-3.56/t/unbroken-text.t
HTML-Parser-3.56/t/msie-compat.t
HTML-Parser-3.56/t/api_version.t
HTML-Parser-3.56/t/parsefile.t
HTML-Parser-3.56/t/parser.t
HTML-Parser-3.56/t/process.t
HTML-Parser-3.56/t/pullparser.t
HTML-Parser-3.56/eg/
HTML-Parser-3.56/eg/hlc
HTML-Parser-3.56/eg/hanchors
HTML-Parser-3.56/eg/htextsub
HTML-Parser-3.56/eg/htitle
HTML-Parser-3.56/eg/hstrip
HTML-Parser-3.56/eg/hrefsub
HTML-Parser-3.56/eg/hform
HTML-Parser-3.56/eg/hdump
HTML-Parser-3.56/eg/htext
HTML-Parser-3.56/lib/
HTML-Parser-3.56/lib/HTML/
HTML-Parser-3.56/lib/HTML/Entities.pm
HTML-Parser-3.56/lib/HTML/PullParser.pm
HTML-Parser-3.56/lib/HTML/Filter.pm
HTML-Parser-3.56/lib/HTML/TokeParser.pm
HTML-Parser-3.56/lib/HTML/LinkExtor.pm
HTML-Parser-3.56/lib/HTML/HeadParser.pm
HTML-Parser-3.56/util.c
HTML-Parser-3.56/Makefile.PL
HTML-Parser-3.56/hints/
HTML-Parser-3.56/hints/solaris.pl
HTML-Parser-3.56/Parser.pm
HTML-Parser-3.56/TODO
HTML-Parser-3.56/MANIFEST
HTML-Parser-3.56/tokenpos.h
HTML-Parser-3.56/Changes
HTML-Parser-3.56/mkhctype
HTML-Parser-3.56/Parser.xs
HTML-Parser-3.56/mkpfunc
HTML-Parser-3.56/hparser.c
HTML-Parser-3.56/README
HTML-Parser-3.56/hparser.h
HTML-Parser-3.56/typemap
CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.56.tar.gz
Checking if your kit is complete...
Looks good
Warning: prerequisite HTML::Tagset 3 not found.
Writing Makefile for HTML::Parser
---- Unsatisfied dependencies detected during [G/GA/GAAS/HTML-Parser-3.56.tar.gz] -----
HTML::Tagset
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module HTML::Tagset
Running make for P/PE/PETDANCE/HTML-Tagset-3.10.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.10.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/P/PE/PETDANCE/CHECKSUMS
Checksum for /Users/bdarlow/.cpan/sources/authors/id/P/PE/PETDANCE/HTML-Tagset-3.10.tar.gz ok
HTML-Tagset-3.10/
HTML-Tagset-3.10/Tagset.pm
HTML-Tagset-3.10/Changes
HTML-Tagset-3.10/MANIFEST
HTML-Tagset-3.10/META.yml
HTML-Tagset-3.10/README
HTML-Tagset-3.10/MANIFEST.SKIP
HTML-Tagset-3.10/t/
HTML-Tagset-3.10/t/pod.t
HTML-Tagset-3.10/t/00_about_verbose.t
HTML-Tagset-3.10/t/01_old_junk.t
HTML-Tagset-3.10/Makefile.PL
CPAN.pm: Going to build P/PE/PETDANCE/HTML-Tagset-3.10.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Tagset
cp Tagset.pm blib/lib/HTML/Tagset.pm
Manifying blib/man3/HTML::Tagset.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_about_verbose....ok
t/01_old_junk.........ok
t/pod.................skipped
all skipped: Test::Pod 1.14 required for testing POD
All tests successful, 1 test skipped.
Files=3, Tests=3, 0 wallclock secs ( 0.04 cusr + 0.04 csys = 0.08 CPU)
/usr/bin/make test -- OK
Running make install
Manifying blib/man3/HTML::Tagset.3
Installing /opt/local/lib/perl5/site_perl/5.8.8/HTML/Tagset.pm
Installing /opt/local/share/man/man3/HTML::Tagset.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/HTML/Tagset/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
Running make for G/GA/GAAS/HTML-Parser-3.56.tar.gz
Is already unwrapped into directory /Users/bdarlow/.cpan/build/HTML-Parser-3.56
CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.56.tar.gz
cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm
cp Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
/opt/local/bin/perl /opt/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /opt/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c
/opt/local/bin/perl mkhctype >hctype.h
/opt/local/bin/perl mkpfunc >pfunc.h
/usr/bin/gcc-4.0 -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"3.56\" -DXS_VERSION=\"3.56\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE" -DMARKED_SECTION Parser.c
Running Mkbootstrap for HTML::Parser ()
chmod 644 Parser.bs
rm -f blib/arch/auto/HTML/Parser/Parser.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/opt/local/lib -bundle -undefined dynamic_lookup -L/usr/local/lib Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle \
\
chmod 755 blib/arch/auto/HTML/Parser/Parser.bundle
cp Parser.bs blib/arch/auto/HTML/Parser/Parser.bs
chmod 644 blib/arch/auto/HTML/Parser/Parser.bs
Manifying blib/man3/HTML::PullParser.3
Manifying blib/man3/HTML::Entities.3
Manifying blib/man3/HTML::Parser.3
Manifying blib/man3/HTML::TokeParser.3
Manifying blib/man3/HTML::LinkExtor.3
Manifying blib/man3/HTML::HeadParser.3
Manifying blib/man3/HTML::Filter.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/api_version........ok
t/argspec-bad........ok
t/argspec............ok
t/argspec2...........ok
t/attr-encoded.......ok
t/callback...........ok
t/case-sensitive.....ok
t/cases..............ok
t/comment............ok
t/crashme............ok
t/declaration........ok
t/default............ok
t/document...........ok
t/dtext..............ok
t/entities...........ok
t/entities2..........ok
t/filter-methods.....ok
t/filter.............ok
t/handler-eof........ok
t/handler............ok
t/headparser-http....ok
1/1 skipped: Can't locate HTTP/Headers.pm in @INC (@INC contains: /Users/bdarlow/.cpan/build/HTML-Parser-3.56/blib/lib /Users/bdarlow/.cpan/build/HTML-Parser-3.56/blib/arch /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /Users/bdarlow/.cpan/build/HTML-Parser-3.56/blib/lib/HTML/HeadParser.pm line 99.
t/headparser.........ok
t/ignore.............ok
t/largetags..........ok
t/linkextor-base.....ok
5/5 skipped: Can't locate URI.pm in @INC (@INC contains: /Users/bdarlow/.cpan/build/HTML-Parser-3.56/blib/lib /Users/bdarlow/.cpan/build/HTML-Parser-3.56/blib/arch /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at t/linkextor-base.t line 9.
t/linkextor-rel......ok
t/magic..............ok
t/marked-sect........ok
t/msie-compat........ok
t/offset.............ok
t/options............ok
t/parsefile..........ok
t/parser.............ok
t/plaintext..........ok
t/pod................skipped
all skipped: Test::Pod 1.00 required for testing POD
t/process............ok
t/pullparser.........ok
t/script.............ok
t/skipped-text.......ok
t/stack-realloc......ok
t/textarea...........ok
t/threads............skipped
all skipped: Not configured for threads
t/tokeparser.........ok
t/uentities..........ok
t/unbroken-text......ok
t/unicode-bom........ok
t/unicode............ok
t/xml-mode...........ok
All tests successful, 2 tests and 6 subtests skipped.
Files=48, Tests=429, 3 wallclock secs ( 1.86 cusr + 0.67 csys = 2.53 CPU)
/usr/bin/make test -- OK
Running make install
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/HTML/Parser/Parser.bs
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/HTML/Parser/Parser.bundle
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/Entities.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/Filter.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/HeadParser.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/LinkExtor.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/Parser.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/PullParser.pm
Installing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/HTML/TokeParser.pm
Installing /opt/local/share/man/man3/HTML::Entities.3
Installing /opt/local/share/man/man3/HTML::Filter.3
Installing /opt/local/share/man/man3/HTML::HeadParser.3
Installing /opt/local/share/man/man3/HTML::LinkExtor.3
Installing /opt/local/share/man/man3/HTML::Parser.3
Installing /opt/local/share/man/man3/HTML::PullParser.3
Installing /opt/local/share/man/man3/HTML::TokeParser.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/HTML/Parser/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK
bdarlow@tygra:~/Desktop/twitter_stats$ perl twitter_stats.pl kapowaz twitterstats.csv
Creating Tweets File.
Current statuses count: 2052
Current tweets downloaded: 0
Time of last tweet downloaded: Thu Jan 1 01:00:00 1970
Press enter to download remaining tweets and calcuate stats!
Perl; language of the grossly verbose.