mherger wrote: > >> sudo perl -MCPAN -e'install HTML::FormatText' > > Hmm... googling for this module and OSX the very first hit was actually > a > help page by Apple themselves. It seems they ship this module by > default? > What would the following line give you? > > perl -MHTML::FormatText -e'print $HTML::FormatText::VERSION' > > -- > > Michael
Looks like that didn't take either. Here are the results: Mac-Mini-Server:~ ladmin$ sudo perl -MCPAN -e'install HTML::FormatText' Password: CPAN: Storable loaded ok Going to read /Users/ladmin/.cpan/Metadata Database was generated on Fri, 26 Oct 2012 10:31:03 GMT Running install for module HTML::FormatText Running make for N/NI/NIGELM/HTML-Format-2.10.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /Users/ladmin/.cpan/sources/authors/id/N/NI/NIGELM/HTML-Format-2.10.tar.gz ok Scanning cache /Users/ladmin/.cpan/build for sizes HTML-Format-2.10 HTML-Format-2.10/README HTML-Format-2.10/Changes HTML-Format-2.10/LICENSE HTML-Format-2.10/INSTALL HTML-Format-2.10/META.yml HTML-Format-2.10/MANIFEST HTML-Format-2.10/Build.PL HTML-Format-2.10/t HTML-Format-2.10/t/01_ps.t HTML-Format-2.10/META.json HTML-Format-2.10/t/02_rtf.t HTML-Format-2.10/t/03_text.t HTML-Format-2.10/t/rt69426.t HTML-Format-2.10/t/00-compile.t HTML-Format-2.10/t/release-eol.t HTML-Format-2.10/t/author-critic.t HTML-Format-2.10/t/data/in HTML-Format-2.10/t/data/in/test.html HTML-Format-2.10/t/release-no-tabs.t HTML-Format-2.10/lib/HTML HTML-Format-2.10/lib/HTML/FormatPS.pm HTML-Format-2.10/t/release-distmeta.t HTML-Format-2.10/t/release-synopsis.t HTML-Format-2.10/lib/HTML/FormatRTF.pm HTML-Format-2.10/lib/HTML/Formatter.pm HTML-Format-2.10/t/release-pod-spell.t HTML-Format-2.10/lib/HTML/FormatText.pm HTML-Format-2.10/t/release-pod-syntax.t HTML-Format-2.10/t/data/expected HTML-Format-2.10/t/data/expected/test.ps HTML-Format-2.10/t/release-portability.t HTML-Format-2.10/t/release-has-version.t HTML-Format-2.10/t/release-unused-vars.t HTML-Format-2.10/t/000-report-versions.t HTML-Format-2.10/t/data/expected/test.rtf HTML-Format-2.10/t/data/expected/test.txt HTML-Format-2.10/t/release-dist-manifest.t HTML-Format-2.10/t/release-minimum-version.t /usr/bin/tar: Read 3072 bytes from - HTML-Format-2.10/t/support HTML-Format-2.10/t/support/generate_results.pl Removing previously used /Users/ladmin/.cpan/build/HTML-Format-2.10 Package seems to come without Makefile.PL. (The test -f "/Users/ladmin/.cpan/build/HTML-Format-2.10/Makefile.PL" returned false.) Writing one on our own (setting NAME to HTMLFormatText) CPAN.pm: Going to build N/NI/NIGELM/HTML-Format-2.10.tar.gz Checking if your kit is complete... Looks good Writing Makefile for HTMLFormatText -- NOT OK Running make test Can't test without successful make Running make install Mac-Mini-Server:~ ladmin$ perl -MHTML::FormatText -e'print $HTML::FormatText::VERSION' Can't locate HTML/FormatText.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .). BEGIN failed--compilation aborted. Mac-Mini-Server:~ ladmin$ ------------------------------------------------------------------------ SBT2010's Profile: http://forums.slimdevices.com/member.php?userid=40712 View this thread: http://forums.slimdevices.com/showthread.php?t=96471 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
