Hi, First time using Catalyst and get an install error

View: New views
12 Messages — Rating Filter:   Alert me  

Hi, First time using Catalyst and get an install error

by David Silva :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everyone!

I'm new with Catalyst Framework, and i was installing it with CPAN, everthing was ok until i get an error message:

t/01use.t                       (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=4, Tests=2,  0 wallclock secs ( 0.06 usr  0.01 sys +  0.24 cusr  0.03 csys =  0.34 CPU)
Result: FAIL
Failed 1/4 test programs. 1/2 subtests failed.
make: *** [test_dynamic] Error 255
  FLORA/Catalyst-Devel-1.20.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports FLORA/Catalyst-Devel-1.20.tar.gz
Running make install
  make test had returned bad status, won't install without force

How can i solve this? I'm using Opensuse 11, perl 5.10.0

Thank you for your help
--
David Silva - http://davidslv.com/

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

Re: Hi, First time using Catalyst and get an install error

by Tomas Doran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David Silva wrote:
> Hi everyone!
>
> I'm new with Catalyst Framework, and i was installing it with CPAN,
> everthing was ok until i get an error message:
>
> t/01use.t                       (Wstat: 256 Tests: 2 Failed: 1)

Hiya David.

The actual useful error message will occur significantly before where
you started.

I'm guessing that the issue is your CPAN client not correctly installing
the dependencies for Catalyst.

I'd recommend that you try upgrading your CPAN client to the latest
version, as some versions of CPAN.pm had an issue with a broken SQLite
store and failed to correctly install dependencies and retry the install.

If you're still having issues, please feel free to come back attaching
_full_ logs of the CPAN session to help diagnose the issue.

Cheers
t0m

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

Re: Hi, First time using Catalyst and get an install error

by David Silva :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again, i updated CPAN to 1.9402, but the error apeared again, só i decided to force the installation. Have to see if everything is working.

There is any command line to see if it is installed already?

When i get home i will see if is working.

Thank you for your help!!!

2009/9/22 Tomas Doran <bobtfish@...>
David Silva wrote:
Hi everyone!

I'm new with Catalyst Framework, and i was installing it with CPAN, everthing was ok until i get an error message:

t/01use.t                       (Wstat: 256 Tests: 2 Failed: 1)

Hiya David.

The actual useful error message will occur significantly before where you started.

I'm guessing that the issue is your CPAN client not correctly installing the dependencies for Catalyst.

I'd recommend that you try upgrading your CPAN client to the latest version, as some versions of CPAN.pm had an issue with a broken SQLite store and failed to correctly install dependencies and retry the install.

If you're still having issues, please feel free to come back attaching _full_ logs of the CPAN session to help diagnose the issue.

Cheers
t0m

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



--
David Silva - http://davidslv.com/

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

Re: Hi, First time using Catalyst and get an install error

by Tomas Doran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 22 Sep 2009, at 19:02, David Silva wrote:

> Hi again, i updated CPAN to 1.9402, but the error apeared again, só  
> i decided to force the installation. Have to see if everything is  
> working.
>
> There is any command line to see if it is installed already?

Well, perl -MModule::Name::Here -e1

will exit silently of Module::Name::Here is found and barf otherwise..

> When i get home i will see if is working.
>
> Thank you for your help!!!

np. If you're struggling, I'm fairly sure it'll be due to missing  
dependencies. Feel free to post logs or turn up on irc if you're still  
struggling.

Cheers
t0m


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

Re: Hi, First time using Catalyst and get an install error

by David Silva :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you,

Cpan says that i have all installed and up to date:

# PERL_MM_USE_DEFAULT=1 cpan Catalyst::Runtime Catalyst::Devel
CPAN: Storable loaded ok (v2.18)
Going to read '/root/.cpan/Metadata'
  Database was generated on Tue, 22 Sep 2009 13:30:04 GMT
CPAN: YAML loaded ok (v0.70)
Going to read 70 yaml files from /root/.cpan/build/
CPAN: Time::HiRes loaded ok (v1.9711)
DONE
Restored the state of none (in 1.4590 secs)
Catalyst::Runtime is up to date (5.80013).
Catalyst::Devel is up to date (1.20).


If i have any doubt your irc chanel is #catalyst in irc.perl.org server ?

Thank you once again

2009/9/22 Tomas Doran <bobtfish@...>

On 22 Sep 2009, at 19:02, David Silva wrote:

Hi again, i updated CPAN to 1.9402, but the error apeared again, só i decided to force the installation. Have to see if everything is working.

There is any command line to see if it is installed already?

Well, perl -MModule::Name::Here -e1

will exit silently of Module::Name::Here is found and barf otherwise..


When i get home i will see if is working.

Thank you for your help!!!

np. If you're struggling, I'm fairly sure it'll be due to missing dependencies. Feel free to post logs or turn up on irc if you're still struggling.


Cheers
t0m


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



--
David Silva - http://davidslv.com/

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

Re: Hi, First time using Catalyst and get an install error

by Alejandro Imass-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When working with CPAN it's usually a good idea to start by installing
Bundle::CPAN
If this works ok you may then proceed by installing Catalyst::Devel

Here are some tips that will surely help you:

1) Try installing DBI and your specific DBD drivers using your
distro's binary packages (rpm for SuSe).
2) Make sure you have a working C compiler and build tools. In Debian
there is a meta-package called build-essential.
3) Pay close attention to the dependencies. At first, don't install
any optional or suggested dependencies unless you know exactly why you
need them, and since you are new to Catalyst and Perl just don't
install any dependencies that have the [n] pre-selected.
4) When you get an error you have to determine which module is failing
the test. Test failure is not uncommon and it is expected that you try
to determine why the test is failing or at minimum which module that
test belong to.

Here is how I go about with a CPAN failed test:
1) Determine which module is producing the error. This is usually as
easy as scrolling up a bit in your shell and look for the latest lines
that read "Going to build XXX".
2) Exit the CPAN shell and go to the build directory, which would be
~/.cpan/build/module-XXXX . You have to be careful that XXXX is the
actual version you are trying to install. If unsure delete all
versions of the module there (rm -Rf ~/.cpan/build/module*) and re-try
with CPAN shell. If you are probably runing CPAN as root, that would
be /root/.cpan/build/module-XXXX.
3) Inside the directory of the module, just run make and make test and
try to see exactly what's going on. Usually is a failed dependency
like Tom said, but sometimes it may be things like your locale or many
other things. If unsure, just copy the ouput from that single module's
output here and many will surely help.

Best,
Alejandro Imass

On Tue, Sep 22, 2009 at 2:02 PM, David Silva <davidslv@...> wrote:

> Hi again, i updated CPAN to 1.9402, but the error apeared again, só i
> decided to force the installation. Have to see if everything is working.
>
> There is any command line to see if it is installed already?
>
> When i get home i will see if is working.
>
> Thank you for your help!!!
>
> 2009/9/22 Tomas Doran <bobtfish@...>
>>
>> David Silva wrote:
>>>
>>> Hi everyone!
>>>
>>> I'm new with Catalyst Framework, and i was installing it with CPAN,
>>> everthing was ok until i get an error message:
>>>
>>> t/01use.t                       (Wstat: 256 Tests: 2 Failed: 1)
>>
>> Hiya David.
>>
>> The actual useful error message will occur significantly before where you
>> started.
>>
>> I'm guessing that the issue is your CPAN client not correctly installing
>> the dependencies for Catalyst.
>>
>> I'd recommend that you try upgrading your CPAN client to the latest
>> version, as some versions of CPAN.pm had an issue with a broken SQLite store
>> and failed to correctly install dependencies and retry the install.
>>
>> If you're still having issues, please feel free to come back attaching
>> _full_ logs of the CPAN session to help diagnose the issue.
>>
>> Cheers
>> t0m
>>
>> _______________________________________________
>> List: Catalyst@...
>> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
>> Searchable archive:
>> http://www.mail-archive.com/catalyst@.../
>> Dev site: http://dev.catalyst.perl.org/
>
>
>
> --
> David Silva - http://davidslv.com/
>
> _______________________________________________
> List: Catalyst@...
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@.../
> Dev site: http://dev.catalyst.perl.org/
>
>

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

Re: Hi, First time using Catalyst and get an install error

by Octavian Râşniţă :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

From: "Alejandro Imass" <alejandro.imass@...>
Here is how I go about with a CPAN failed test:
1) Determine which module is producing the error. This is usually as
easy as scrolling up a bit in your shell and look for the latest lines
that read "Going to build XXX".
2) Exit the CPAN shell and go to the build directory, which would be
~/.cpan/build/module-XXXX . You have to be careful that XXXX is the
actual version you are trying to install. If unsure delete all
versions of the module there (rm -Rf ~/.cpan/build/module*) and re-try
with CPAN shell. If you are probably runing CPAN as root, that would
be /root/.cpan/build/module-XXXX.
3) Inside the directory of the module, just run make and make test and
try to see exactly what's going on. Usually is a failed dependency
like Tom said, but sometimes it may be things like your locale or many
other things. If unsure, just copy the ouput from that single module's
output here and many will surely help.
Best,
Alejandro Imass

If you want to go into the directory where the module ModuleName was built,
you don't need to exit the CPAN shell, but just use:

cpan> look ModuleName

It will open a sub-shell.
There you can use perl Makefile.PL, make, make test, prove -l t
Then you can go back to the cpan shell by using exit command.

HTH.

Octavian


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

Re: Hi, First time using Catalyst and get an install error

by David Silva :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you guys, it seems that i didn't had installed GCC, and now there is another error after i run the comand :
# catalyst.pl Myapp
Can't locate Class/MOP.pm in @INC

This is the module Class::MOP ? If it is it gives me another error ... (after alot of text)

t/315_magic.t                           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/500_deprecated.t                      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
Files=77, Tests=22,  6 wallclock secs ( 0.29 usr  0.16 sys +  5.26 cusr  0.79 csys =  6.50 CPU)
Result: FAIL
Failed 74/77 test programs. 2/22 subtests failed.
make: *** [test_dynamic] Error 2
  DROLSKY/Class-MOP-0.93.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports DROLSKY/Class-MOP-0.93.tar.gz
Running make install
  make test had returned bad status, won't install without force
Thank you for your help once more!

2009/9/22 Octavian Râsnita <orasnita@...>
From: "Alejandro Imass" <alejandro.imass@...>

Here is how I go about with a CPAN failed test:
1) Determine which module is producing the error. This is usually as
easy as scrolling up a bit in your shell and look for the latest lines
that read "Going to build XXX".
2) Exit the CPAN shell and go to the build directory, which would be
~/.cpan/build/module-XXXX . You have to be careful that XXXX is the
actual version you are trying to install. If unsure delete all
versions of the module there (rm -Rf ~/.cpan/build/module*) and re-try
with CPAN shell. If you are probably runing CPAN as root, that would
be /root/.cpan/build/module-XXXX.
3) Inside the directory of the module, just run make and make test and
try to see exactly what's going on. Usually is a failed dependency
like Tom said, but sometimes it may be things like your locale or many
other things. If unsure, just copy the ouput from that single module's
output here and many will surely help.
Best,
Alejandro Imass

If you want to go into the directory where the module ModuleName was built, you don't need to exit the CPAN shell, but just use:

cpan> look ModuleName

It will open a sub-shell.
There you can use perl Makefile.PL, make, make test, prove -l t
Then you can go back to the cpan shell by using exit command.

HTH.

Octavian



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



--
David Silva - http://davidslv.com/

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

Re: Hi, First time using Catalyst and get an install error

by Jeremiah Foster-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sep 23, 2009, at 13:00, David Silva wrote:

Thank you guys, it seems that i didn't had installed GCC, and now there is another error after i run the comand :
# catalyst.pl Myapp
Can't locate Class/MOP.pm in @INC

It appears to me that the catalyst script cannot find the Class::MOP module in your perl module path, known as @INC. Since @INC is a regular perl array, you can search through it to see the locations of where your perl modules are stored:

perl -e 'print map { $_ . "\n" } @INC'

Which on my system produces: 

/etc/perl
/usr/local/lib/perl/5.10.0
/usr/local/share/perl/5.10.0
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.10
/usr/share/perl/5.10
/usr/local/lib/site_perl
.

Here's a perl script that prints out the versions of modules you have installed on your system, this might be useful for finding Class::MOP;

#!/usr/bin/perl

use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
    my $version = $instmod->version($module) || "???";
    print "$module -- $version\n";
}

Now you can double check to see if you have in fact installed Class::MOP and if not, install it via cpan or your package management tool. You may also consider following Octavian's good advice from a previous email to this thread.

Note that if you install modules with the cpan tool, it installs perl modules in a pre-determined location (you can change this of course), but that location is not the same location that your package management system or Vendor may choose to install modules. That is why it is important you mention which OS you are on and if you are installing modules using cpan, cpanplus or apt-get for example. At this point I will make a quick plug for debian since there are a few of us in the debian perl group who are determined to make installing catalyst on debian as painless as possible. Catalyst also provides excellent documentation, including installing catalyst on debian.

Regards,

Jeremiah


This is the module Class::MOP ? If it is it gives me another error ... (after alot of text)

t/315_magic.t                           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/500_deprecated.t                      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
Files=77, Tests=22,  6 wallclock secs ( 0.29 usr  0.16 sys +  5.26 cusr  0.79 csys =  6.50 CPU)
Result: FAIL
Failed 74/77 test programs. 2/22 subtests failed.
make: *** [test_dynamic] Error 2
  DROLSKY/Class-MOP-0.93.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports DROLSKY/Class-MOP-0.93.tar.gz
Running make install
  make test had returned bad status, won't install without force
Thank you for your help once more!

2009/9/22 Octavian Râsnita <orasnita@...>
From: "Alejandro Imass" <alejandro.imass@...>

Here is how I go about with a CPAN failed test:
1) Determine which module is producing the error. This is usually as
easy as scrolling up a bit in your shell and look for the latest lines
that read "Going to build XXX".
2) Exit the CPAN shell and go to the build directory, which would be
~/.cpan/build/module-XXXX . You have to be careful that XXXX is the
actual version you are trying to install. If unsure delete all
versions of the module there (rm -Rf ~/.cpan/build/module*) and re-try
with CPAN shell. If you are probably runing CPAN as root, that would
be /root/.cpan/build/module-XXXX.
3) Inside the directory of the module, just run make and make test and
try to see exactly what's going on. Usually is a failed dependency
like Tom said, but sometimes it may be things like your locale or many
other things. If unsure, just copy the ouput from that single module's
output here and many will surely help.
Best,
Alejandro Imass

If you want to go into the directory where the module ModuleName was built, you don't need to exit the CPAN shell, but just use:

cpan> look ModuleName

It will open a sub-shell.
There you can use perl Makefile.PL, make, make test, prove -l t
Then you can go back to the cpan shell by using exit command.



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

Re: Hi, First time using Catalyst and get an install error

by David Silva :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you guys!!!

It's working now... gonna lunch (finally!!)

:D

2009/9/23 Jeremiah Foster <jeremiah@...>

On Sep 23, 2009, at 13:00, David Silva wrote:

Thank you guys, it seems that i didn't had installed GCC, and now there is another error after i run the comand :
# catalyst.pl Myapp
Can't locate Class/MOP.pm in @INC

It appears to me that the catalyst script cannot find the Class::MOP module in your perl module path, known as @INC. Since @INC is a regular perl array, you can search through it to see the locations of where your perl modules are stored:

perl -e 'print map { $_ . "\n" } @INC'

Which on my system produces: 

/etc/perl
/usr/local/lib/perl/5.10.0
/usr/local/share/perl/5.10.0
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.10
/usr/share/perl/5.10
/usr/local/lib/site_perl
.

Here's a perl script that prints out the versions of modules you have installed on your system, this might be useful for finding Class::MOP;

#!/usr/bin/perl

use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
    my $version = $instmod->version($module) || "???";
    print "$module -- $version\n";
}

Now you can double check to see if you have in fact installed Class::MOP and if not, install it via cpan or your package management tool. You may also consider following Octavian's good advice from a previous email to this thread.

Note that if you install modules with the cpan tool, it installs perl modules in a pre-determined location (you can change this of course), but that location is not the same location that your package management system or Vendor may choose to install modules. That is why it is important you mention which OS you are on and if you are installing modules using cpan, cpanplus or apt-get for example. At this point I will make a quick plug for debian since there are a few of us in the debian perl group who are determined to make installing catalyst on debian as painless as possible. Catalyst also provides excellent documentation, including installing catalyst on debian.

Regards,

Jeremiah


This is the module Class::MOP ? If it is it gives me another error ... (after alot of text)

t/315_magic.t                           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/500_deprecated.t                      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
Files=77, Tests=22,  6 wallclock secs ( 0.29 usr  0.16 sys +  5.26 cusr  0.79 csys =  6.50 CPU)
Result: FAIL
Failed 74/77 test programs. 2/22 subtests failed.
make: *** [test_dynamic] Error 2
  DROLSKY/Class-MOP-0.93.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports DROLSKY/Class-MOP-0.93.tar.gz
Running make install
  make test had returned bad status, won't install without force
Thank you for your help once more!

2009/9/22 Octavian Râsnita <orasnita@...>
From: "Alejandro Imass" <alejandro.imass@...>

Here is how I go about with a CPAN failed test:
1) Determine which module is producing the error. This is usually as
easy as scrolling up a bit in your shell and look for the latest lines
that read "Going to build XXX".
2) Exit the CPAN shell and go to the build directory, which would be
~/.cpan/build/module-XXXX . You have to be careful that XXXX is the
actual version you are trying to install. If unsure delete all
versions of the module there (rm -Rf ~/.cpan/build/module*) and re-try
with CPAN shell. If you are probably runing CPAN as root, that would
be /root/.cpan/build/module-XXXX.
3) Inside the directory of the module, just run make and make test and
try to see exactly what's going on. Usually is a failed dependency
like Tom said, but sometimes it may be things like your locale or many
other things. If unsure, just copy the ouput from that single module's
output here and many will surely help.
Best,
Alejandro Imass

If you want to go into the directory where the module ModuleName was built, you don't need to exit the CPAN shell, but just use:

cpan> look ModuleName

It will open a sub-shell.
There you can use perl Makefile.PL, make, make test, prove -l t
Then you can go back to the cpan shell by using exit command.



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




--
David Silva - http://davidslv.com/

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

Re: Hi, First time using Catalyst and get an install error

by David Silva :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And about my OS, i use Opensuse 11

Thanks once again

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

Re: Hi, First time using Catalyst and get an install error

by Alejandro Imass-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Sep 22, 2009 at 5:22 PM, Octavian Râsnita <orasnita@...> wrote:
[snip]
> If you want to go into the directory where the module ModuleName was built,
> you don't need to exit the CPAN shell, but just use:
>
> cpan> look ModuleName
>
> It will open a sub-shell.
> There you can use perl Makefile.PL, make, make test, prove -l t
> Then you can go back to the cpan shell by using exit command.
>

Awesome! Thanks!

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

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