Skip to content

Commit

Permalink
Add git repo URLs, fix my e-mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed May 19, 2010
1 parent 980c09b commit 480adaf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -7,6 +7,8 @@ use EV::MakeMaker qw/ev_args/;
WriteMakefile(ev_args(
NAME => 'Feersum',
VERSION_FROM => 'lib/Feersum.pm',
ABSTRACT_FROM => 'lib/Feersum.pm',
AUTHOR => 'Jeremy Stashewsky <stash@cpan.org>',
PREREQ_PM => {
'EV' => 3.8,
'Guard' => 1.012,
Expand All @@ -17,8 +19,6 @@ WriteMakefile(ev_args(
'Test::Differences' => 0,
'Test::Exception' => 0,
},
ABSTRACT_FROM => 'lib/Feersum.pm',
AUTHOR => 'Jeremy Stashewsky <jstash@cpan.org>',
LIBS => [''], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
INC => '-I.', # e.g., '-I. -I/usr/include/other'
Expand Down
12 changes: 9 additions & 3 deletions lib/Feersum.pm
Expand Up @@ -303,9 +303,15 @@ entity size.
http://en.wikipedia.org/wiki/Feersum_Endjinn
Feersum Git: C<http://github.com/stash/Feersum>
C<git://github.com/stash/Feersum.git>
picohttpparser Git: C<http://github.com/kazuho/picohttpparser>
C<git://github.com/kazuho/picohttpparser.git>
=head1 AUTHOR
Jeremy Stashewsky, C<< jstash@cpan.org >>
Jeremy Stashewsky, C<< stash@cpan.org >>
=head1 COPYRIGHT AND LICENSE
Expand All @@ -315,7 +321,7 @@ This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.7 or,
at your option, any later version of Perl 5 you may have available.
picohttpparser is from C<HTTP::Parser::XS> and is Copyright 2009 Kazuho Oku.
It is released under the same terms as Perl itself.
picohttpparser is Copyright 2009 Kazuho Oku. It is released under the same
terms as Perl itself.
=cut

0 comments on commit 480adaf

Please sign in to comment.