Skip to content

Commit

Permalink
Add META_MERGE and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ysasaki committed Sep 22, 2012
1 parent 8669cdc commit b9ab44a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for Perl extension Text::Xslate::Bridge::FillInForm::Lite.

0.01 Wed Sep 19 16:47 2012
0.02 Sat Sep 22 13:10 JST 2012
- Add META_MERGE and LICENSE

0.01 Wed Sep 19 16:47 JST 2012
- original version; created by h2xs 1.23 with options
8 changes: 8 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ WriteMakefile(
'Text::Xslate' => 0,
'HTML::FillInForm::Lite' => 0,
},
META_MERGE => {
resources => {
license => 'http://dev.perl.org/licenses/',
bugtracker => 'https://github.com/ysasaki/p5-text-xslate-bridge-fillinform-lite/issues',
repository => 'git://github.com/ysasaki/p5-text-xslate-bridge-fillinform-lite.git',
},
},
LICENSE => 'perl',
( $] >= 5.005
? ( ABSTRACT_FROM => 'lib/Text/Xslate/Bridge/FillInForm/Lite.pm',
AUTHOR => 'Yoshihiro Sasaki <ysasaki at cpan.org>'
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Text-Xslate-Bridge-FillInForm-Lite version 0.01
Text-Xslate-Bridge-FillInForm-Lite version 0.02
===============================================

HOW TO USE
Expand Down
7 changes: 3 additions & 4 deletions lib/Text/Xslate/Bridge/FillInForm/Lite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use base qw(Text::Xslate::Bridge);
use Text::Xslate qw(html_builder);
use HTML::FillInForm::Lite qw(fillinform);

our $VERSION = '0.01';
our $VERSION = '0.02';

# copied from Text/Xslate/Manual/Cookbook.pod#Using_FillInForm
__PACKAGE__->bridge(
Expand Down Expand Up @@ -60,14 +60,13 @@ L<Text::Xslate>, L<HTML::FillInForm::Lite>, L<Dancer::Template::Xslate>
=head1 AUTHOR
Yoshihiro Sasaki, E<lt>ysasaki at cpan.orgE<gt>
Yoshihiro Sasaki E<lt>ysasaki at cpan.orgE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2012 by Yoshihiro Sasaki
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.
it under the same terms as Perl itself.
=cut

0 comments on commit b9ab44a

Please sign in to comment.