Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 22733
Status: resolved
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: nospam-abuse [...] bloodgate.com
Cc:
AdminCc:

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



Subject: Tests do not skip if Test::Object is not available
Moin, the Makefile.PL records that the test needs Test::Object, but the tests aren't properly skipped if it isn't present. This results in: t/05_lexer_practical.............Can't locate Test/Object/Test.pm in @INC (@INC contains: /home/te/perl/PPI-1.118/inc ... instead of t/05_lexer_practical.............1/1 # skip: no Test::Object This is actually borked in v1.118, but RT only offers me 1.116 and 1.199_01 as versions to choose :) Thank you for your excellent work with PPI! best wishes, Tels
Subject: Re: [rt.cpan.org #22733] AutoReply: Tests do not skip if Test::Object is not available
Date: Wed, 1 Nov 2006 11:06:42 +0100
To: bug-PPI [...] rt.cpan.org
From: Tels <nospam-abuse [...] bloodgate.com>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Moin, On Wednesday 01 November 2006 12:09, Bugs in PPI via RT wrote: Show quoted text
> Greetings, > ------------------------------------------------------------------------- > Moin, > > the Makefile.PL records that the test needs Test::Object, but the tests > aren't properly skipped if it isn't present. > > This results in: > > t/05_lexer_practical.............Can't locate Test/Object/Test.pm in > @INC (@INC contains: /home/te/perl/PPI-1.118/inc
As far as I can see, this is because the distribution simple forgets to include inc/Test/Object/Test.pm, so it only works on systems where Test::Object is installed in the system. Best wishes, Tels - -- Signed on Wed Nov 1 11:05:40 2006 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. ". . . my work, which I've done for a long time, was not pursued in order to gain the praise I now enjoy, but chiefly from a craving after knowledge, which I notice resides in me more than in most other men. And therewithal, whenever I found out anything remarkable, I have thought it my duty to put down my discovery on paper, so that all ingenious people might be informed thereof." -- Antony van Leeuwenhoek. Letter of June 12, 1716 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iQEVAwUBRUhxsncLPEOTuEwVAQLawAf9Feipk6Lwkn2V5TJ1mot117dq88JMXPsG kn3kI1AjuSO4K3ftEL2XZdFdSNzuFX/g+nmvt4zoVqDU1wRq2b53jIZhRSc4IKfN eRZA8MBQXxODneNdLyoibLcSFnIb/IWwMJgocfCDttWf+JJFJu2XYpcr1N8xGhsd XMzW2mGD3kyK0qbgqWeq4XZ3WJkIuQw6OpgTiaaaMZvLECn/FK1LRPzgIwfDT8HS MHB6HzfD6Kns7Vf3kVLXlQbKUdwsJPn4o4hrIOlHc7Aw0LAxmVOpKqHIgXnfENRf 8JoZDm2vT/3HNApex4fs1n7rz6VeQrFQ1WR/cfVtpLpARXY0sv4j3A== =wNZW -----END PGP SIGNATURE-----
Removed the inc bundling of test scripts, so this problem should no longer exist