diff options
author | ville <ville@localhost> | 2007-07-25 17:45:37 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-07-25 17:45:37 +0000 |
commit | 6602252d54a8dc0e1474611f25a3fc01de350789 (patch) | |
tree | 3b48d47bdf58f15f586dae2c5440320b3c9969c9 | |
parent | b488015b073a084510bf2107c32e96fe3e574258 (diff) | |
download | markup-validator-6602252d54a8dc0e1474611f25a3fc01de350789.zip markup-validator-6602252d54a8dc0e1474611f25a3fc01de350789.tar.gz markup-validator-6602252d54a8dc0e1474611f25a3fc01de350789.tar.bz2 |
Sort PREREQ_PM.
-rw-r--r-- | misc/bundle/Makefile.PL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 7fb0bce..446b317 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -9,6 +9,10 @@ WriteMakefile( PREREQ_PM => { CGI => 2.81, Config::General => 2.19, + Encode => 0, + Encode::HanExtra => 0, + Encode::JIS2K => 0, + File::Spec => 0, HTML::Encoding => 0.52, HTML::Parser => 3.25, HTML::Template => 2.6, @@ -17,10 +21,6 @@ WriteMakefile( SGML::Parser::OpenSP => 0, URI => 0, XML::LibXML => 1.53, - Encode => 0, - Encode::HanExtra => 0, - Encode::JIS2K => 0, - File::Spec => 0 }, dist => { TARFLAGS => '--owner=0 --group=0 -cvf' }, clean => { FILES => 'ChangeLog.bak' }, |