FAQ
I just updated Moose to 2, on my development system, prepatory to doing some Moose
explorations.
Catalyst didn't like it one bit. I'm still installing other updates based on things
mentioned in errors, when I try and run script/myapp_server.

Any specific advice?

I see the latest Catalyst::Runtime is marked TRIAL. Should I use a different one on the
server?

--John

Search Discussions

  • Dave Rolsky at Apr 18, 2011 at 2:55 am

    On Sun, 17 Apr 2011, John M. Dlugosz wrote:

    I just updated Moose to 2, on my development system, prepatory to doing some
    Moose explorations.
    Catalyst didn't like it one bit. I'm still installing other updates based on
    things mentioned in errors, when I try and run script/myapp_server.

    Any specific advice?
    You probably have a bunch of conflicting MooseX modules installed.
    Unfortunately, the warnings from Moose's Makefile.PL are easy to miss (and
    I think cpanm hides them entirely :(

    Running "moose-outdated | cpanm" should upgrade everything that needs
    upgrading.
    I see the latest Catalyst::Runtime is marked TRIAL. Should I use a different
    one on the server?
    I've been using this one for dev for a while, and it works fine. If by
    "server" you mean "production", then conservatism is not a bad thing.


    -dave

    /*============================================================
    http://VegGuide.org http://blog.urth.org
    Your guide to all that's veg House Absolute(ly Pointless)
    ============================================================*/
  • Oleg A. Mamontov at Apr 18, 2011 at 6:49 am

    On Apr 18, 2011, at 6:55 AM, Dave Rolsky wrote:
    On Sun, 17 Apr 2011, John M. Dlugosz wrote:

    I just updated Moose to 2, on my development system, prepatory to doing some Moose explorations.
    Catalyst didn't like it one bit. I'm still installing other updates based on things mentioned in errors, when I try and run script/myapp_server.

    Any specific advice?
    You probably have a bunch of conflicting MooseX modules installed. Unfortunately, the warnings from Moose's Makefile.PL are easy to miss (and I think cpanm hides them entirely :(

    Running "moose-outdated | cpanm" should upgrade everything that needs upgrading.
    Probably you meant "cpan-outdated | cpanm" ?
    I see the latest Catalyst::Runtime is marked TRIAL. Should I use a different one on the server?
    I've been using this one for dev for a while, and it works fine. If by "server" you mean "production", then conservatism is not a bad thing.


    -dave

    /*============================================================
    http://VegGuide.org http://blog.urth.org
    Your guide to all that's veg House Absolute(ly Pointless)
    ============================================================*/

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

    --
    Cheers,
    Oleg A. Mamontov

    mailto: [email protected]

    jabber: [email protected]
    icq uin: 79-521-617
    cell: +7-903-798-1352
  • Oleg Kostyuk at Apr 18, 2011 at 1:13 pm
    2011/4/18 Oleg A. Mamontov <[email protected]>:
    On Apr 18, 2011, at 6:55 AM, Dave Rolsky wrote:
    On Sun, 17 Apr 2011, John M. Dlugosz wrote:

    I just updated Moose to 2, on my development system, prepatory to doing some Moose explorations.
    Catalyst didn't like it one bit. ?I'm still installing other updates based on things mentioned in errors, when I try and run script/myapp_server.

    Any specific advice?
    You probably have a bunch of conflicting MooseX modules installed. Unfortunately, the warnings from Moose's Makefile.PL are easy to miss (and I think cpanm hides them entirely :(

    Running "moose-outdated | cpanm" should upgrade everything that needs upgrading.
    Probably you meant "cpan-outdated | cpanm" ?
    Most probably, no.
    See http://search.cpan.org/~doy/Moose-2.0000/lib/Moose/Manual/Delta.pod#2.0000,
    "Moose's conflict checking is more robust and useful" for more
    details.

    I see the latest Catalyst::Runtime is marked TRIAL. ?Should I use a different one on the server?
    I've been using this one for dev for a while, and it works fine. If by "server" you mean "production", then conservatism is not a bad thing.


    -dave

    /*============================================================
    http://VegGuide.org ? ? ? ? ? ? ? http://blog.urth.org
    Your guide to all that's veg ? ? ?House Absolute(ly Pointless)
    ============================================================*/

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

    --
    Cheers,
    Oleg A. Mamontov

    mailto: [email protected]

    jabber: [email protected]
    icq uin: 79-521-617
    cell: ? ?+7-903-798-1352


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


    --
    Sincerely yours,
    Oleg Kostyuk (CUB-UANIC)
  • John M. Dlugosz at Apr 18, 2011 at 6:07 pm

    On 4/17/2011 9:55 PM, Dave Rolsky autarch-at-urth.org |Catalyst/Allow to home| wrote:
    Running "moose-outdated | cpanm" should upgrade everything that needs upgrading.
    I don't have cpanm, but moose-outdated is good to know about! Thanks.
  • Dave Rolsky at Apr 18, 2011 at 8:35 pm

    On Mon, 18 Apr 2011, John M. Dlugosz wrote:
    On 4/17/2011 9:55 PM, Dave Rolsky autarch-at-urth.org |Catalyst/Allow to
    home| wrote:
    Running "moose-outdated | cpanm" should upgrade everything that needs
    upgrading.
    I don't have cpanm, but moose-outdated is good to know about! Thanks.
    cpan App::cpanminus


    /*============================================================
    http://VegGuide.org http://blog.urth.org
    Your guide to all that's veg House Absolute(ly Pointless)
    ============================================================*/
  • Kieren Diment at Apr 19, 2011 at 1:49 am

    On 19/04/2011, at 6:35 AM, Dave Rolsky wrote:
    On Mon, 18 Apr 2011, John M. Dlugosz wrote:

    On 4/17/2011 9:55 PM, Dave Rolsky autarch-at-urth.org |Catalyst/Allow to home| wrote:
    Running "moose-outdated | cpanm" should upgrade everything that needs upgrading.
    I don't have cpanm, but moose-outdated is good to know about! Thanks.
    cpan App::cpanminus
    or even from http://cpanmin.us:

    #!/usr/bin/env perl
    #
    # You want to install cpanminus? Run the following command and it will
    # install itself for you. You might want to run it as a root with sudo
    # if you want to install to places like /usr/local/bin.
    #
    # % curl -L http://cpanmin.us | perl - --self-upgrade
    #
    # If you don't have curl but wget, replace `curl -L` with `wget -O -`.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupcatalyst @
categoriescatalyst, perl
postedApr 18, '11 at 2:42a
activeApr 19, '11 at 1:49a
posts7
users5
websitecatalystframework.org
irc#catalyst

People

Translate

site design / logo © 2023 Grokbase