Integrating Test::Run into an ExtUtils::MakeMaker+Test::Manifest Setup - Take 2

2007-02-16 Thread Shlomi Fish
Hi all! In regards to: http://www.nntp.perl.org/group/perl.qa/2006/11/msg7395.html I applied Schwern's input into the Makefile.PL process of XML::RSS: http://svn.perl.org/modules/XML-RSS/trunk/Makefile.PL Enjoy! Regards, Shlomi Fish --

Re: Integrating Test::Run into an ExtUtils::MakeMaker+Test::Manifest Setup - Take 2

2007-02-16 Thread brian d foy
In article [EMAIL PROTECTED], Shlomi Fish [EMAIL PROTECTED] wrote: http://svn.perl.org/modules/XML-RSS/trunk/Makefile.PL You have: -- { package MY; sub test_via_harness { my($self, $perl, $tests) = @_; return qq|\t$perl -MTest::Manifest | . qq|-e

Re: Integrating Test::Run into an ExtUtils::MakeMaker+Test::Manifest Setup

2006-11-13 Thread Shlomi Fish
Hi! Sorry for the late response - I've been distracted. On Wednesday 01 November 2006 22:13, Michael G Schwern wrote: Shlomi Fish wrote: Hi all! See http://xrl.us/sw5o for a recipe for integrating make runtest and make distruntest targets into a Makefile.PL-generated Makefile that

Re: Integrating Test::Run into an ExtUtils::MakeMaker+Test::Manifest Setup

2006-11-03 Thread brian d foy
In article [EMAIL PROTECTED], Shlomi Fish [EMAIL PROTECTED] wrote: See http://xrl.us/sw5o for a recipe for integrating make runtest and make distruntest targets into a Makefile.PL-generated Makefile that makes use of Test::Manifest. That Test::Manifest stuff in XML::RSS is old. Instead,

Integrating Test::Run into an ExtUtils::MakeMaker+Test::Manifest Setup

2006-11-01 Thread Shlomi Fish
Hi all! See http://xrl.us/sw5o for a recipe for integrating make runtest and make distruntest targets into a Makefile.PL-generated Makefile that makes use of Test::Manifest. I needed that when working on XML::RSS, so I wrote it. Enjoy! Regards, Shlomi Fish

Re: Integrating Test::Run into an ExtUtils::MakeMaker+Test::Manifest Setup

2006-11-01 Thread Michael G Schwern
Shlomi Fish wrote: Hi all! See http://xrl.us/sw5o for a recipe for integrating make runtest and make distruntest targets into a Makefile.PL-generated Makefile that makes use of Test::Manifest. I needed that when working on XML::RSS, so I wrote it. What has me scratching my head here