- generate README automatically

- added LICENSE term
This commit is contained in:
Tokuhiro Matsuno 2009-10-22 14:32:39 +09:00
parent 3424dc916c
commit c6a2569af8
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
use inc::Module::Install;
name 'Data-MessagePack';
all_from 'lib/Data/MessagePack.pm';
readme_from 'lib/Data/MessagePack.pm';
perl_version '5.008005';
license 'perl';

View File

@ -44,6 +44,12 @@ Pack the string as int when the value looks like int(EXPERIMENTAL).
Tokuhiro Matsuno
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 SEE ALSO
L<http://msgpack.sourceforge.jp/>