diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-02-18 15:50:37 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-02-18 15:50:37 +0000 |
commit | 843331c7a2de9d8776e8059edac964d60cdfeac9 (patch) | |
tree | 972b743935244c5dc6752a5fa1cbc51c269480b0 /cpan/perlfaq/lib/perlfaq.pm | |
parent | 6c3c09b8e84546d2889054f7f144898e81cd4489 (diff) | |
download | perl-843331c7a2de9d8776e8059edac964d60cdfeac9.tar.gz |
Update perlfaq to CPAN version 5.0150039
[DELTA]
5.0150039 Sat 18 Feb 2012 15:33:17 +0100
* Rewrite "How do I create a module?" (ranguard)
* Remove more old questions (ranguard)
* Improve Email::MIME example (madsen)
* Fix to regex (RT #74215)
Diffstat (limited to 'cpan/perlfaq/lib/perlfaq.pm')
-rw-r--r-- | cpan/perlfaq/lib/perlfaq.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/perlfaq/lib/perlfaq.pm b/cpan/perlfaq/lib/perlfaq.pm index 9947fdb428..1d5b4e4233 100644 --- a/cpan/perlfaq/lib/perlfaq.pm +++ b/cpan/perlfaq/lib/perlfaq.pm @@ -1,6 +1,6 @@ package perlfaq; { - $perlfaq::VERSION = '5.0150038'; + $perlfaq::VERSION = '5.0150039'; } 0; # not is it supposed to be loaded |