[Catalyst] Remove Catalyst and start over?

Robyn Jonahs learn.catalyst at gmail.com
Fri Mar 23 18:02:30 GMT 2012


Thanks. I saw that before and was not sure what to do with the tip. When I
tried this a few days ago, it did not seem that moose-outdated.pl was on my
machine.

So after you said it again, I looked into it more. I got the script
http://cpansearch.perl.org/src/DOY/Moose-2.0002/bin/moose-outdated and put
it in a local directory. I ran it both as my local user and sudo and both
returned nothing....

moose$ perl ./moose-outdated.pl
moose$ sudo sh
Password:
moose$ perl ./moose-outdated.pl
moose$



Also cpan seems to say Moose is all updated

cpan> upgrade
Moose::.*
...
All modules are up to date for Moose::.*


Does that mean that I am doing it wrong or that Moose is all set?






On Fri, Mar 23, 2012 at 1:14 PM, David Schmidt <davewood at gmx.at> wrote:

> run moose-outdated.
>
> "moose-outdated is a tool that ships with Moose to help you spot
> dependency problems"
>
> On 23 March 2012 18:06, Robyn Jonahs <learn.catalyst at gmail.com> wrote:
> > Hi,
> >
> > I am new to perl and Catalyst. I am working with an Os X 10.6 system wi=
th
> > perl perl 5, version 12, subversion 3 (v5.12.3). I used CPAN
> >
> > cpan> i
> > CPAN
> > Bundle    Bundle::CPAN           (ANDK/Bundle-CPAN-1.861.tar.gz)
> > Module  =3D CPAN                   (ANDK/CPAN-1.9800.tar.gz)
> > 2 items found
> >
> > to install Catalyst::Devel in the system perl archive a few days ago.
> >
> > I can't seem to start a new catalyst application and old ones that I
> tried
> > to make years ago when I first decided to try to learn Cat won't start
> > either. I think that I want to remove Catalyst from the system perl and
> > install perl locally and then cat locally.
> >
> >
> >
> > My question is how do I remove this recent install of catalyst::devel?
> >
> >
> >
> > Thanks so much in advance!!!
> > QC
> >
> >
> >
> > Alternately I don't know what to do to make the one I just installed wo=
rk
> >
> > FYI
> >
> > 1. When I try to start a new catalyst app it says that it can't find
> > catalyst.pl
> >   This is the same as root (via sudo) or in my user login
> >
> > 2. When I try to run an old cat app I seem to get Moose errors
> > LolCatalyst-Lite$ cd script/
> > script$ ./lolcatalyst_lite_server.pl
> > "load_first_existing_class" is not exported by the Class::Load module
> > Can't continue after import errors at
> > /usr/local/ActivePerl-5.12/site/lib/Moose/Util.pm line 12
> > BEGIN failed--compilation aborted at
> > /usr/local/ActivePerl-5.12/site/lib/Moose/Util.pm line 12.
> > Compilation failed in require at
> > /usr/local/ActivePerl-5.12/site/lib/Moose/Meta/Class.pm line 28.
> > BEGIN failed--compilation aborted at
> > /usr/local/ActivePerl-5.12/site/lib/Moose/Meta/Class.pm line 28.
> > Compilation failed in require at
> > /usr/local/ActivePerl-5.12/site/lib/Moose.pm line 28.
> > BEGIN failed--compilation aborted at
> > /usr/local/ActivePerl-5.12/site/lib/Moose.pm line 28.
> > Compilation failed in require at
> > /usr/local/ActivePerl-5.12/site/lib/Catalyst/Engine.pm line 3.
> > BEGIN failed--compilation aborted at
> > /usr/local/ActivePerl-5.12/site/lib/Catalyst/Engine.pm line 3.
> > Compilation failed in require at (eval 2) line 2.
> >     ...propagated at /usr/local/ActivePerl-5.12/lib/base.pm line 94.
> > BEGIN failed--compilation aborted at
> > /usr/local/ActivePerl-5.12/site/lib/Catalyst/Engine/HTTP.pm line 6.
> > Compilation failed in require at ./lolcatalyst_lite_server.pl line 6.
> > BEGIN failed--compilation aborted at ./lolcatalyst_lite_server.pl line
> 7.
> >
> >
> > _______________________________________________
> > List: Catalyst at 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/
> >
>
> _______________________________________________
> List: Catalyst at 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/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20120323/d994b=
629/attachment.htm


More information about the Catalyst mailing list