in reply to Re: Audio::TagLib and Strawberry Perl
in thread Audio::TagLib and Strawberry Perl
and then specified the INC, LIBS and CC settings as args to the 'perl Makefile.PL' command line.use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Audio::TagLib', MIN_PERL_VERSION => '5.008001', VERSION_FROM => 'lib/Audio/TagLib.pm', LICENSE => 'perl', XSOPT => '-C++ -hiertype', ( $Config{'version'} >= 5.005 ? ( ABSTRACT_FROM => 'lib/Audio/TagLib.pm', AUTHOR => 'Geoffrey Leach <gleach@cpan.org>' ) : () ), PREREQ_PM => { "Encode" => 0, "Test::Deep" => 0, "File::Slurp" => 0, "Test::More" => 0, "Test::Output" => 0, }, "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "Config" => 0, }, );
I don't know what that's about and haven't even looked.C:\>perldoc Audio::TagLib Got a 0-length file from C:\MinGW\perl\site\lib\Audio\TagLib.pm via Po +d::Perldoc ::ToText!? C:\>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Audio::TagLib and Strawberry Perl
by Anonymous Monk on Aug 29, 2012 at 18:31 UTC | |
by Anonymous Monk on Aug 29, 2012 at 19:42 UTC | |
|
Re^3: Audio::TagLib and Strawberry Perl
by Anonymous Monk on Sep 04, 2012 at 20:52 UTC |