From c6a2569af8839ce68f96cca1d3aa61c0ac6ed4a6 Mon Sep 17 00:00:00 2001 From: Tokuhiro Matsuno Date: Thu, 22 Oct 2009 14:32:39 +0900 Subject: [PATCH] - generate README automatically - added LICENSE term --- perl/Makefile.PL | 1 + perl/lib/Data/MessagePack.pm | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/perl/Makefile.PL b/perl/Makefile.PL index dc74d237..ac83f72c 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -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'; diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm index 2ab33f16..dde73024 100644 --- a/perl/lib/Data/MessagePack.pm +++ b/perl/lib/Data/MessagePack.pm @@ -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