diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-10 11:44:26 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-10 12:53:17 -0500 |
commit | a242eeb4c06c63af5ec7e01d5602b14bde94aa81 (patch) | |
tree | ec150bb0465359e98917433c36f94c184cb92302 /cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm | |
parent | c722fa88c82df2b147e7acc05736e2bc6ae85bc2 (diff) | |
download | perl-a242eeb4c06c63af5ec7e01d5602b14bde94aa81.tar.gz |
Updated to Pod::Simple 3.11 from CPAN [perl #71004]
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm b/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm index 65438dfd4c..37094adcba 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm @@ -22,6 +22,8 @@ package Pod::Simple::BlackBox; use integer; # vroom! use strict; use Carp (); +use vars qw($VERSION ); +$VERSION = '3.11'; #use constant DEBUG => 7; BEGIN { require Pod::Simple; |