mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
- generate README automatically
- added LICENSE term
This commit is contained in:
parent
3424dc916c
commit
c6a2569af8
@ -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';
|
||||
|
@ -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/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user