diff options
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-rw-r--r-- | misc/bundle/Makefile.PL | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index dd9c9c9..33af029 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -10,7 +10,7 @@ distribution_type: module requires: CGI: 2.81 CGI::Carp: 0 - Config::General: 2.31 + Config::General: 2.32 Encode: 0 Encode::Alias: 0 Encode::HanExtra: 0 diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 0e867ae..dba2238 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -11,7 +11,7 @@ WriteMakefile( # Hard dependencies: CGI => 2.81, CGI::Carp => 0, - Config::General => 2.31, + Config::General => 2.32, Encode => 0, Encode::Alias => 0, Encode::HanExtra => 0, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 348fc66..bc39368 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -22,7 +22,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> CGI 2.81 CGI::Carp - Config::General 2.31 + Config::General 2.32 Encode Encode::Alias Encode::HanExtra |