diff options
author | ville <ville@localhost> | 2009-03-27 20:03:48 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-03-27 20:03:48 +0000 |
commit | 383885a2818bc82b55f3dc05011c9c58a70f8196 (patch) | |
tree | abe2e2022a9ec185a045accdb8a2f65d8119c36c /misc | |
parent | ca001966d156c81e1a52300fa1d57e463ca85b47 (diff) | |
download | markup-validator-383885a2818bc82b55f3dc05011c9c58a70f8196.zip markup-validator-383885a2818bc82b55f3dc05011c9c58a70f8196.tar.gz markup-validator-383885a2818bc82b55f3dc05011c9c58a70f8196.tar.bz2 |
Add LICENSE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 342f6dc..514a7ca 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -5,6 +5,7 @@ WriteMakefile( NAME => 'Bundle::W3C::Validator', ABSTRACT_FROM => 'lib/Bundle/W3C/Validator.pm', AUTHOR => 'The W3C Markup Validator Team <www-validator@w3.org>', + LICENSE => 'open_source', VERSION_FROM => 'lib/Bundle/W3C/Validator.pm', PREREQ_PM => { # Hard dependencies: |