On Mon, Jul 07, 2003 at 01:56:43PM -0700, Erick Calder wrote:
> WriteMakefile(
>         NAME              => 'POE::Component::Enc',
>         VERSION_FROM      => 'Enc.pm',
>     $] < 5.005 ? () : (
>         AUTHOR        => 'Erick Calder <[EMAIL PROTECTED]>',
>         ABSTRACT_FROM => 'Enc.pm',
>         ),
>     PREREQ_PM => {
>                 POE::Component::Child => '1.10',
>         Test::Simple  => 0,
>                 },
>     NORECURS => 1,    # to avoid sub-modules
>         );
> 
> here's what I get:
> 
> [EMAIL PROTECTED]:/home/ekkis/POE/Component/Enc # perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for POE::Component::Enc
> 
> [EMAIL PROTECTED]:/home/ekkis/POE/Component/Enc # make
> make[1]: Entering directory `/home/ekkis/POE/Component/Enc/Mp3'
> make[1]: Leaving directory `/home/ekkis/POE/Component/Enc/Mp3'
> Manifying blib/man3/POE::Component::Enc.3pm
> 
> [EMAIL PROTECTED]:/home/ekkis/POE/Component/Enc #
> 
> and running "make test" also changes into the Mp3/ which SHOULD NOT happen,
> right?

Did it create a Makefile in Mp3/ ?  Was there maybe an old one lying around?


-- 
"His plagiarism was limited only by this faulty technique."
        -- Peter Schickele

Reply via email to