![]() |
|
XP is just a number | |
PerlMonks |
Re: Install updated version of script such that running instances cannot use an inconsistent stateby tobyink (Abbot) |
on Jan 28, 2013 at 21:19 UTC ( #1015761=note: print w/replies, xml ) | Need Help?? |
Write your installation script so that it does things in the following order:
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|