Skip Menu |

This queue is for tickets about the Schedule-Cron CPAN distribution.

Report information
The Basics
Id: 57914
Status: resolved
Priority: 0/
Queue: Schedule-Cron

People
Owner: Nobody in particular
Requestors: fbicknel [...] nc.rr.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: (no value)



Subject: Possible distribution snafu
Is it me? Or is there something wrong with the tarball: http://search.cpan.org/CPAN/authors/id/R/RO/ROLAND/Schedule-Cron-1.00.tar.gz When I extract, everything goes in the top level directory. If I put all the files where the MANIFEST tells me to, then Makefile.PL sort of works. But I get: spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5160> make cp lib/Schedule/Cron.pm blib/lib/Schedule/Cron.pm Manifying blib/man3/Schedule::Cron.3 /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build Too early to specify a build action 'Build'. Do 'Build Build' instead. *** Error exit code 255 So I modified Makefile.PL like this: 9c9,11 < AUTHOR => 'Roland Huss (roland@cpan.org)') --- Show quoted text
> AUTHOR => 'Roland Huss (roland@cpan.org)', > PL_FILES => {}, > )
... and after re-running perl Makefile.PL, we finally get it to work. spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5167> perl Makefile.PL PREFIX=~ LIB=~/lib Writing Makefile for Schedule::Cron spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5168> make cp lib/Schedule/Cron.pm blib/lib/Schedule/Cron.pm Manifying blib/man3/Schedule::Cron.3 spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5169> make install Writing /users/fbicknel/lib/PA-RISC2.0-LP64/auto/Schedule/Cron/.packlist Appending installation info to /users/fbicknel/lib/PA-RISC2.0-LP64/perllocal.pod spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5170>
Thanks for spotting this. Sorry, I didn't take care much
about Makefile.PL since the prefered way for building Schedule::Cron is
Build.PL. Nevertheless, I applied your patch which will be available in
1.01

Thanks ...
...roland

On Thu May 27 18:13:09 2010, fbicknel wrote:
Show quoted text
> Is it me? Or is there something wrong with the tarball:
>
> http://search.cpan.org/CPAN/authors/id/R/RO/ROLAND/Schedule-Cron-1.00.tar.gz
>
> When I extract, everything goes in the top level directory. If I put
> all the files where the MANIFEST tells me to, then Makefile.PL sort of
> works. But I get:
>
> spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5160> make
> cp lib/Schedule/Cron.pm blib/lib/Schedule/Cron.pm
> Manifying blib/man3/Schedule::Cron.3
> /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build
> Too early to specify a build action 'Build'. Do 'Build Build' instead.
> *** Error exit code 255
>
> So I modified Makefile.PL like this:
>
> 9c9,11
> < AUTHOR => 'Roland Huss (roland@cpan.org)')
> ---
> > AUTHOR => 'Roland Huss (roland@cpan.org)',
> > PL_FILES => {},
> > )
>
> ... and after re-running perl Makefile.PL, we finally get it to work.
>
> spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5167> perl Makefile.PL
> PREFIX=~ LIB=~/lib
> Writing Makefile for Schedule::Cron
> spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5168> make
> cp lib/Schedule/Cron.pm blib/lib/Schedule/Cron.pm
> Manifying blib/man3/Schedule::Cron.3
> spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5169> make install
> Writing /users/fbicknel/lib/PA-RISC2.0-LP64/auto/Schedule/Cron/.packlist
> Appending installation info to
> /users/fbicknel/lib/PA-RISC2.0-LP64/perllocal.pod
> spchp1:/users/fbicknel/perl/Schedule-Cron-1.00-5170>


 fixed in 1.0.1