[Catalyst] Module::Install::Catalyst and Test::Prereqs conflict?

2012-05-23 Thread Robert Rothenberg
I think that there is a problem using the Makefile.PL with Test::Prereqs and
similar modules.

When I run prereqs_ok(), I get the following error:

_get_prereqs: Error loading Makefile.PL: Can't call method
load_all_extensions on an undefined value at
/usr/local/share/perl/5.10.1/Module/Install.pm line 206, DATA line 4267.
BEGIN failed--compilation aborted at ./Makefile.PL line 4, DATA line 4267.

not ok 1 -  Makefile.PL did not return a true value.
#

#   Failed test '   Makefile.PL did not return a true value.
# '
#   at /usr/local/share/perl/5.10.1/Test/Prereq.pm line 220.
#
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests




___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Module::Install::Catalyst and Test::Prereqs conflict?

2012-05-23 Thread Tomas Doran

On 23 May 2012, at 11:26, Robert Rothenberg wrote:

 I think that there is a problem using the Makefile.PL with Test::Prereqs and
 similar modules.
 
 When I run prereqs_ok(), I get the following error:
 
 _get_prereqs: Error loading Makefile.PL: Can't call method
 load_all_extensions on an undefined value at
 /usr/local/share/perl/5.10.1/Module/Install.pm line 206, DATA line 4267.
 BEGIN failed--compilation aborted at ./Makefile.PL line 4, DATA line 4267.

What leads you to suspect that this is anything to do with 
Module::Install::Catalyst?

I'd have guessed at a bug between Test::Prereqs and Module::Install itself, 
rather than the Catalyst specific extension..

Cheers
t0m


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Module::Install::Catalyst and Test::Prereqs conflict?

2012-05-23 Thread Robert Rothenberg
On 23/05/12 17:06 Tomas Doran wrote:
 
 On 23 May 2012, at 11:26, Robert Rothenberg wrote:
 
 I think that there is a problem using the Makefile.PL with Test::Prereqs and
 similar modules.

 When I run prereqs_ok(), I get the following error:

 _get_prereqs: Error loading Makefile.PL: Can't call method
 load_all_extensions on an undefined value at
 /usr/local/share/perl/5.10.1/Module/Install.pm line 206, DATA line 4267.
 BEGIN failed--compilation aborted at ./Makefile.PL line 4, DATA line 4267.
 
 What leads you to suspect that this is anything to do with 
 Module::Install::Catalyst?
 
 I'd have guessed at a bug between Test::Prereqs and Module::Install itself, 
 rather than the Catalyst specific extension..

It occurs in some of the other modules that do the same thing, such as
Module::CPANTS::Kwalalitee::Prereq.


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Module::Install::Catalyst and Test::Prereqs conflict?

2012-05-23 Thread Tomas Doran

On 23 May 2012, at 17:15, Robert Rothenberg wrote:

 On 23/05/12 17:06 Tomas Doran wrote:
 
 On 23 May 2012, at 11:26, Robert Rothenberg wrote:
 
 I think that there is a problem using the Makefile.PL with Test::Prereqs and
 similar modules.
 
 When I run prereqs_ok(), I get the following error:
 
 _get_prereqs: Error loading Makefile.PL: Can't call method
 load_all_extensions on an undefined value at
 /usr/local/share/perl/5.10.1/Module/Install.pm line 206, DATA line 4267.
 BEGIN failed--compilation aborted at ./Makefile.PL line 4, DATA line 4267.
 
 What leads you to suspect that this is anything to do with 
 Module::Install::Catalyst?
 
 I'd have guessed at a bug between Test::Prereqs and Module::Install itself, 
 rather than the Catalyst specific extension..
 
 It occurs in some of the other modules that do the same thing, such as
 Module::CPANTS::Kwalalitee::Prereq.
 

So nothing?

Cheers
t0m


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Module::Install::Catalyst and Test::Prereqs conflict?

2012-05-23 Thread Robert Rothenberg
On 23/05/12 18:42 Tomas Doran wrote:
 
 On 23 May 2012, at 17:15, Robert Rothenberg wrote:
 
 On 23/05/12 17:06 Tomas Doran wrote:

 On 23 May 2012, at 11:26, Robert Rothenberg wrote:

 I think that there is a problem using the Makefile.PL with Test::Prereqs 
 and
 similar modules.

 When I run prereqs_ok(), I get the following error:

 _get_prereqs: Error loading Makefile.PL: Can't call method
 load_all_extensions on an undefined value at
 /usr/local/share/perl/5.10.1/Module/Install.pm line 206, DATA line 4267.
 BEGIN failed--compilation aborted at ./Makefile.PL line 4, DATA line 
 4267.

 What leads you to suspect that this is anything to do with 
 Module::Install::Catalyst?

 I'd have guessed at a bug between Test::Prereqs and Module::Install itself, 
 rather than the Catalyst specific extension..

 It occurs in some of the other modules that do the same thing, such as
 Module::CPANTS::Kwalalitee::Prereq.

I can't figure out form a brief look at the source what might be causing it,
and asked on this list in case anyone else has come across the problem.


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/