Skip Menu |

This queue is for tickets about the Sepia CPAN distribution.

Report information
The Basics
Id: 25463
Status: resolved
Priority: 0/
Queue: Sepia

People
Owner: seano [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.66
Fixed in: 0.67



Subject: Needs minimal PadWalker version
When trying to "make test" the Sepia module, I get the following errors: PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..22 "peek_our" is not exported by the PadWalker module "closed_over" is not exported by the PadWalker module Can't continue after import errors at blib/lib/Sepia.pm line 17 BEGIN failed--compilation aborted at blib/lib/Sepia.pm line 17. Compilation failed in require at test.pl line 5. # Looks like your test died before it could output anything. make: *** [test_dynamic] Error 255 It seems that my PadWalker module is too old: $ perl -MPadWalker\ 9999 PadWalker version 9999 required--this is only version 0.08. So you probably need to increase the PadWalker version in the PREREQ_PM section of Makefile.PL. Regards, Slaven
"Slaven_Rezic via RT" <bug-sepia@rt.cpan.org> writes: Show quoted text
> "peek_our" is not exported by the PadWalker module > "closed_over" is not exported by the PadWalker module > Can't continue after import errors at blib/lib/Sepia.pm line 17 > BEGIN failed--compilation aborted at blib/lib/Sepia.pm line 17. > Compilation failed in require at test.pl line 5. > # Looks like your test died before it could output anything. > make: *** [test_dynamic] Error 255 > > It seems that my PadWalker module is too old: > $ perl -MPadWalker\ 9999 > PadWalker version 9999 required--this is only version 0.08.
It appears these functions appeared in PadWalker 1.0 (Nov. 2005), though I don't see version 0.08 on search.cpan.org. I'll update the dependency in the next release. Thanks for the report. Sean
Subject: Re: [rt.cpan.org #25463] Needs minimal PadWalker version
Date: 15 Mar 2007 21:09:48 +0100
To: bug-sepia [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
" via RT" <bug-sepia@rt.cpan.org> writes: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=25463 > > > "Slaven_Rezic via RT" <bug-sepia@rt.cpan.org> writes:
> > "peek_our" is not exported by the PadWalker module > > "closed_over" is not exported by the PadWalker module > > Can't continue after import errors at blib/lib/Sepia.pm line 17 > > BEGIN failed--compilation aborted at blib/lib/Sepia.pm line 17. > > Compilation failed in require at test.pl line 5. > > # Looks like your test died before it could output anything. > > make: *** [test_dynamic] Error 255 > > > > It seems that my PadWalker module is too old: > > $ perl -MPadWalker\ 9999 > > PadWalker version 9999 required--this is only version 0.08.
> > It appears these functions appeared in PadWalker 1.0 (Nov. 2005), > though I don't see version 0.08 on search.cpan.org.
Well, this was the version installed on my machine. Show quoted text
> I'll update > the dependency in the next release. Thanks for the report. >
I'll give you more reports for the emacs side. It seems that quite a bunch of non-standard emacs packages is necessary. Regards, Slaven -- Slaven Rezic - slaven <at> rezic <dot> de tktimex - time recording tool http://sourceforge.net/projects/ptktools/
Fixed in 0.67.