is dependent on receiving all of these
> emails, please let us know.
I don't have anything that depends on the test reports, but I do use the
notifications that PAUSE sends to the list. Can those please continue
to be allowed through?
They appear to have a From: address of [EMAIL PROTECT
S?bastien Aperghis-Tramoni wrote:
> David Cantrell wrote:
> >Seems that I was testing an old version. 0.24 works fine.
> I just realised from the subject that your smoke bot indeed tested an
> old version: 0.18 dates back from august 2006. I don't mind that much
> a
bundled with perl 5.10.0, rendering
XML::SAX completely unusable despite it passing all its tests and the
*code* being fine - it just wasn't installing properly.
--
David Cantrell | London Perl Mongers Deputy Chief Heretic
fdisk format reinstall, doo-dah, doo-dah;
fdisk format reinstall, it's the Windows way
. A bad idea, I will revert to the old settings.
It's much better to use CPAN.pm's distribution preferences files to
automatically answer questions for common pre-requisites:
http://shorterlink.org/3838
--
David Cantrell | Enforcer, South London Linguistic Massive
When a man is
akefile.PL which I thought should result in a N/A or some
> such rather than a failure? Am I mistaken?
I believe that very old perls don't understand X.Y.Z versions (you
actually have 5.6.1 in Makefile.PL). Changing it to 5.006001 will, I
think, fix that.
--
David Cantrell | http://ww
On Wed, Jan 30, 2008 at 02:47:51PM -0500, Sam Tregar wrote:
> On Jan 30, 2008 1:46 PM, David Cantrell <[EMAIL PROTECTED]> wrote:
> > exit(0) before calling WriteMakefile().
> Hmm, that's a chicken-or-egg problem. If I try to check before
> WriteMakefile() then y
On Thu, Jan 31, 2008 at 09:02:08AM +1300, Grant McLean wrote:
> On Wed, 2008-01-30 at 18:33 +0000, David Cantrell wrote:
> > Sort of. The fault appears to be with XML::SAX, which is broken
> > when installed using CPAN.pm.
> That certainly didn't used to be the cas
On Wed, Jan 30, 2008 at 01:41:10PM -0500, Sam Tregar wrote:
> On Jan 30, 2008 1:33 PM, David Cantrell <[EMAIL PROTECTED]> wrote:
> > Sort of. The fault appears to be with XML::SAX, which is broken
> > when installed using CPAN.pm...
> I was thinking about releasing a
of compile-time;
immediately before that eval, strip anything that looks like
m{build/XML-SAX.*/lib/XML/SAX/$} from @INC
This will then have to be tested using a mini-CPAN
I've CCed the XML::SAX author on this email.
--
David Cantrell | Official London Perl Mongers Bad Influence
5.10.0 on FreeBSD, NetBSD, Solaris
and OS X.
I am re-testing the affected distributions as we speak. If you don't
hear anything else from me about them, then you can assume that they're
fine.
And yes, I have notified PathTools's author.
--
David Cantrell | London Perl Monge
n it. That is that when running under CPAN.pm or
CPANPLUS, I/O can be buffered, so the questions that the obfuscated code
asks can't be seen until after the user has answered them. The simple
fix is to delete the obfuscated code and to switch to using
ExtUtils::MakeMaker, and use
0.something for years - Test::More
being an obvious example.
> I think this program should be removed.
There's no particular reason to remove it.
--
David Cantrell | Official London Perl Mongers Bad Influence
One person can change the world, but most of the time they shouldn't
-- Marge Simpson
() with the message "OS
unsupported". You can use Devel::AssertOS for this - the
use-devel-assertos script that comes with it will do all that's
necessary to update your Makefile.PL and bundle the module with your
code.
--
David Cantrell | Cake Smuggler Extraordinaire
Seven o&
fferences in Ghostscript from one machine to the
next were enough to "break" my output files, despite them appearing to
be identical. Is this catching you out here?
--
David Cantrell | http://www.cantrell.org.uk/david
Erudite is when you make a classical allusion to a
feather. Kinky is when you use the whole chicken.
tribution not installed
>> Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr 0.00
>> csys = 0.06 CPU)
>> Result: NOTESTS
UNKNOWN means that CPAN::Reporter couldn't determine whether your code
passed or failed its tests, or that it didn't have any tests at
[EMAIL PROTECTED] wrote:
> I am not able to install the perl PAR:Packer module on my linux box.
> ...
> Can someone help please?
Yes. That someone would be the author, whose address is [EMAIL PROTECTED]
--
David Cantrell | http://www.cantrell.org.uk/david
23.5 degrees of axia
uot;use DBI 1.21";
if($@) {
warn("
Something's badly broken with your environment, I couldn't
install DBI
");
exit(0);
}
Do that for every non-core module you want to use in Makefile.PL.
--
David Cantrell | Cake Smuggler Extraordi
d bogus reports like that one, but
provided I'm paying attention I *can* send reports for errors such as
the author requiring but forgetting to bundle Module::Install.
Replies to cpan-testers-discuss please.
--
David Cantrell | London Perl Mongers Deputy Chief Heretic
What profiteth a man, if he win a flame war, yet lose his cool?
> > Output from '/arpa/af/d/drhyde/perl-5.9.5/bin/perl5.9.5 Makefile.PL':
> > Can't locate DBI/DBD.pm in @INC ...
> This is a problem with your setup!
The problem is that you didn't declare DBI::DBD as a pre-req.
--
David Cantrell | top google result for &
then you're better off
grabbing it from CVS than from the CPAN:
http://drhyde.cvs.sourceforge.net/drhyde/perlmodules/Devel-CheckLib/
--
David Cantrell | A machine for turning tea into grumpiness
For every vengeance, there is an equal and opposite revengeance.
-- Cartoon Law X
On Sun, Oct 14, 2007 at 09:09:24PM +0200, Slaven Rezic wrote:
> You have some possibilities to resolve this:
>
> * Preserve the old PERL5LIB: $ENV{'PERL5LIB'} = "blib/lib:$ENV{PERL5LIB}";
Using a colon as the seperator is not portable. You want to use
$Config{p
The problem is that squash is running under -T and thus PERL5LIB is
> not used (see perldoc perlrun). File::Next was there on my system, but
> only in a PERL5LIB-specified path.
This is why I tell CPAN.pm to *install* modules as it tests them, and
not just to test them.
--
David Cantrell | Min
...ok
> t/13-assertos-blah-invalid...ok
> t/14-assertos-multi..ok
> t/XX-autodetected-linux-as-Unix.. Failed 1/1 subtests
That's odd. Please can you do the following:
perl Makefile.PL|tee>makefilepl.output
make test|tee>test.output
and send me *.ou
n/build/Devel-CheckOS-1.0-znZTAS/blib/lib/Devel/AssertOS/Linux.pm
> line 5.
> ok
>
> ...
>
> Summary of my perl5 (revision 5 version 9 subversion 5) configuration:
That warning qbout Exporter is a bit of a puzzler, especially when it
found Exporter just fine earlier when the *
t default to no, to avoid false positives. Quite a
few build failures are down to things like me not having some obscure C
library installed.
--
David Cantrell | Godless Liberal Elitist
When a man is tired of London, he is tired of life
-- Samuel Johnson
It's harder to track down cos the test harness messes with the
environment making it difficult to test in isolation, but changing the
backticks to this makes it clear ...
`perl -e 'print "foo\n"';perl -v;perl -c $file 2>&1;perl -e 'print "foo\n"'`
--
David Cantrell | top google result for "internet beard fetish club"
fdisk format reinstall, doo-dah, doo-dah;
fdisk format reinstall, it's the Windows way
t; /home/david/_/_/perl-5.6.2/.cpan/build/Business-ISBN-2.00_01-bm7VyZ/blib/lib/Business/ISBN.pm
> line 71
This is correct - Exporter later grew this additional code to support
that:
if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
*{$callpkg."::import"
[looks closer]
oh, it's a script. Probably a safe assumption to make then, I suppose.
Even so, that's the reason for the failure report.
--
David Cantrell | A machine for turning tea into grumpiness
Googling for "Swedish lizard overlord" gives
this sig as the first result.
WHAT DOES THAT TELL YOU, EH? EH?
o the
staging server, run tests using the local mini-CPAN and saving test
result emails to disk, then get the emails back from the staging server
to my laptop and dump them into my mail server.
Sensible? Anyone already done this?
--
David Cantrell | Cake Smuggler Extraordinaire
For every ve
On Mon, Aug 06, 2007 at 02:21:52PM +0100, David Cantrell wrote:
> On Sun, Aug 05, 2007 at 07:31:31PM +0200, [EMAIL PROTECTED] wrote:
> > PERL5LIB = /home/sand/.cpan/build/File-Find-Rule-0.30-nR40Z9/blib/arch ...
> > t/taintCan't locate File/Find/Rule.pm in
ay, the only
reason that you're running in Taint mode is because my test script made
you do it. I can trust my code :-)
Or should I skip the test if PERL5LIB is set?
--
David Cantrell | London Perl Mongers Deputy Chief Heretic
For every vengeance, there is an e
On Fri, Aug 03, 2007 at 02:31:02PM +0100, David Cantrell wrote:
> On Fri, Aug 03, 2007 at 08:30:09AM -0400, DAGOLDEN wrote:
> > Interesting idea, but the risk of false positives (i.e FAIL) is high
> > so direct notification is probably not a great idea. I think this
> >
test results for dependency distros based on META.yml
> (not perfect, but easy).
and better, I think. [bangs on keyboard like a crazed gibbon to create
a prototype]
--
David Cantrell | London Perl Mongers Deputy Chief Heretic
Nuke a disabled unborn gay baby whale for JESUS!
couldn't be installed
on some random platform because the latest version of one of my
dependencies is broken. It would let me either find an alternative
dependency, eliminate the dependency if I can trivially code around it,
or help the other author fix his bug.
Thoughts?
--
David Cantre
I apologise. I will re-test
shortly and let you know the result.
--
David Cantrell | London Perl Mongers Deputy Chief Heretic
If you have received this email in error, please add some nutmeg
and egg whites, whisk, and place in a warm oven for 40 minutes.
--- The following addresses had permanent fatal errors -
> ><[EMAIL PROTECTED]>
> >(reason: 550 the lights are out (sf))
The 550 status is the important bit. It means "Requested action not
taken: mailbox unavailable".
See http://www.greenend.org.uk/rjk/2000/05/21/
would run them were I to try
to install your module at work where we use /opt/perl/... which is also
not in the path.
--
David Cantrell | Reality Engineer, Ministry of Information
NANOG makes me want to unplug everything and hide under the bed
-- brian d foy
bad interaction between CPAN,
> Module::Install and your use of auto_install.
I don't see anything obvious in your Makefile.PL that couldn't be
achieved using the standard tools. If the same problem occurs with
them, then I'll investigate.
--
David Cantrell | Cake Smuggler Extraordina
rmission denied
> make: *** [tt2_install] Error 13
... a failure in your testing environment.
--
David Cantrell | top google result for "internet beard fetish club"
On the bright side, if sendmail is tied up routing spam and pointless
uknot posts, it's not wavin
PAUSE hadn't finished transferring Number::Phone 1.57
to the CPAN by the time you ran your tests. Everything *should* just
work now from what I can tell (and I've not changed anything - honest!),
but please could you re-test Number-Phone-UK-DetailedLocations-1.3 and
let me know what happens?
nntp.perl.org/group/perl.daily-build/2004/04/msg676.html
It appears that perl itself was fixed to avoid this bug, but anything
else that uses OpenBSD's libc still suffers from it. I'll be upgrading
to OpenBSD 4 soon.
--
David Cantrell | Godless Liberal Elitist
Good advice is al
line sources use rationing
I suppose I need a fake source of evenly distributed unpredictable data
(a chunk from the middle of a bzip2 file would do) - and to test the
test, I suppose I need a fake source of unevenly distributed data as
well :-)
Suggestions on how to implement the test would be
andom: random.org buffer nearly empty
> Use of uninitialized value in hash element at t/all.t line 44.
> Use of uninitialized value in numeric lt (<) at t/all.t line 46.
> Use of uninitialized value in numeric gt (>) at t/all.t line 46.
I don't like it, but I think the only way
Tried to use 'Test::Group'.
# Error: Can't localize through a reference at
# /home/david/_/_/perl-5.6.2/.
cpan/build/Test-Group-0.06/blib/lib/Test/Group.pm line 640.
and so on. If you would like temporary access to a machine with 5.6.2
installed so you can work on that, I can
so nothing notices that they're there.
So I've CCed Schwern on this. Whether it's a bug or just that my test
rig is a bit perverse I dunno :-)
Anyway, I'd already noticed this for Test::Simple, and deleted the old
version by hand. I've now done the same for the old Test
;C1';
use constant C2 => 'C2';
[and so on]
If it would help, I can give you a temporary account with perl 5.6.2
installed.
--
David Cantrell | Reality Engineer, Ministry of Information
Feature: an incorrectly implemented bug
v perl -w
$ /usr/bin/env
bash: /usr/bin/env: No such file or directory
Now OK, that's on Unicos, but I'm sure I've come across the same problem
on one of {some random Linux distro|OS X|*BSD|Sun}. $^X trumps env, but
it looks like Probe::Perl trumps $^X, at least on VMS.
--
David Ca
up within a day or so and test it again. I only notify
authors of failures, so please check the cpan-testers mailing list
archive for the email saying that it PASSed - if you can't find it there
after a few days, let me know and I'll run the tests again and make sure
to let you know what
#x27; || $^O eq 'NetWare' || $^O eq 'dos' ||
$^O eq 'MacOS' || ($^O eq 'VMS' && !$Config{'d_sigaction'})) {
print "1..0\n";
exit 0;
}
}
--
David Cantrell
shall follow.
Don't forget to exclude test results for your own modules - you
certainly don't want those going to the bit bucket.
--
David Cantrell | top google result for "topless karaoke murders"
Please stop rolling your Jargon Dice and explain the problem
you are having to
On Mon, Feb 12, 2007 at 11:47:33AM -0500, David Golden wrote:
> >David Cantrell <[EMAIL PROTECTED]> wrote:
> >> Prompted by one of barbie's wibblings in his journal, I've decided to
> >> become a tester. But the http://testers.cpan.org/ page is out of date
I need to write some procmail rules so
that everyone elses FAILS and PASSes don't swamp me ...
--
David Cantrell | Cake Smuggler Extraordinaire
What profiteth a man, if he win a flame war, yet lose his cool?
ap the 'use File::Find::Rule' line in
Data::Compare in 'eval { ... }' and let me know if that fixes it.
Alternatively, please provide a test case which will fail for the
current version of Data::Compare on perl 5.8.x.
--
David Cantrell | Benevolent Dictator Of The World
Sobol's Law of Telecom Utilities:
Telcos are malicious; cablecos are simply clueless.
-------
> t/all.t 201 5.00% 16
How many times did this happen?
--
David Cantrell | Official London Perl Mongers Bad Influence
On Fri, Sep 03, 2004 at 01:22:12PM +0200, Lupe Christoph wrote:
> Quoting David Cantrell <[EMAIL PROTECTED]>:
> > It's an Acme module. Who cares.
> If you feel that way, why did you bother to upload it to CPAN at all?
> Why did you bother to write it?
You obviousl
ion.
It's an Acme module. Who cares.
> Additional comments:
>
> Hello, David Cantrell! Thanks for uploading your works to CPAN.
>
> Would it be too much to ask for a simple test script in the next
> release, so people can verify which platforms can successfully
> insta
s somewhat
sensitive to system load and speed. I don't consider this to be a bug in
Tie::Scalar::Decay itself, as the module behaves correctly - it does in
fact decay at the correct speed regardless of the machine load - and more
an artifact of most systems not being RTOSes. So I've r
57 matches
Mail list logo