diff options
author | 2014-11-17 20:52:31 +0000 | |
---|---|---|
committer | 2014-11-17 20:52:31 +0000 | |
commit | 6fb12b7054efc6b436584db6cef9c2f85c0d7e27 (patch) | |
tree | aa09a524574ec7ae2f521a24573deeecb78ff66a /gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm | |
parent | Add the Cammelia cipher to libcrypto. (diff) | |
download | wireguard-openbsd-6fb12b7054efc6b436584db6cef9c2f85c0d7e27.tar.xz wireguard-openbsd-6fb12b7054efc6b436584db6cef9c2f85c0d7e27.zip |
Import perl-5.20.1
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm')
-rw-r--r-- | gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm b/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm index e8de4b6ab3f..8771d436479 100644 --- a/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm +++ b/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm @@ -2,7 +2,7 @@ package Text::ParseWords; use strict; require 5.006; -our $VERSION = "3.28"; +our $VERSION = "3.29"; use Exporter; |