This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO::Via: check arg is non-NULL before using it.
[perl5.git] / pod / perlootut.pod
2016-11-06 Dave RolskyAdd a few more mentions of Moo to perlootut
2016-05-24 Dagfinn Ilmari Man... Fix class name typo typo in perlootut example
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2014-02-19 David Goldenperlootut: replace Object::Tiny with Class::Tiny
2013-02-19 Dave RolskyAdd some text on the interoperability of Moose & Moo...
2013-02-19 Dave RolskyAdd a note to the future that they should read the...
2013-02-19 Dave RolskyRun podtidy on perlootut
2013-02-17 Dave RolskyReplace Mouse with Moo in perlootut
2012-08-06 Dave RolskyFix a typo in perlootut
2012-02-14 Dave RolskyDon't reference a specific year for the definition...
2012-02-14 Dave RolskyFix a typo (s/lead/led) and some bleah phrasing.
2011-10-27 Mark A. Stratmanperlootut.pod: Removed redundant sentence
2011-09-17 Damian ConwayTweaks to perlootut by Damian
2011-09-15 Dave RolskyFix some bugs in the example code for perlootut
2011-09-14 Dave RolskyMention that a method can be thought of as a verb for...
2011-09-14 Dave RolskyMention mutator as synonym for setter
2011-09-09 Dave Rolskysome small fixes to make porting/podcheck.t happy
2011-09-09 Dave RolskySome changes based no sprout's feedback
2011-09-09 Dave RolskyRedo all examples using File and File::MP3
2011-09-09 Dave RolskySmall revisions to the text to increase clarity, sugges...
2011-09-09 Dave RolskyAdd Damian's list of when to use OO - copied from PBP
2011-09-09 Dave RolskyCheck in new OO tutorial - perlootut