in reply to Re^2: Why does Modern::Perl hate CGI.pm || my simple form?
in thread Why does Modern::Perl hate CGI.pm || my simple form?

So why does Ln4 in the 'corrected' node (cf Ln 5 in your OP) still say use Modern::Perl 2011?

Replies are listed 'Best First'.
Re^4: Why does Modern::Perl hate CGI.pm || my simple form?
by taint (Chaplain) on Nov 06, 2013 at 16:11 UTC
    Greetings ww.
    use Modern::Perl 2011; was simply a "leftover" from my first attempt to investigate the (ad|dis)vantages (sorry, I think that last bit of formatting might be illegal) of using Modern::Perl. Which lead to the thread you mentioned in your previous post. It works without error now, as I mentioned later in that same thread, because I upgraded to the newest version. The "2011" bit specifically, as I understand it, refers to that which was available in Perl 5 as of 2011.
    I hope I've addressed your question adequately. :)

    --Chris out...

    #!/usr/bin/perl -Tw
    use perl::always;
    my $perl_version = (5.12.5);
    print $perl_version;