Acme-People-Happy
view release on metacpan or search on metacpan
12345678910111213141516170.05 2021-03-19T18:29:17+01:00
- Fix bugtracker.
0.04 2021-03-19T18:24:58+01:00
- Add LICENSE file.
- Add tests.
- Improve LICENSE AND COPYRIGHT section in doc.
- Improve SYNOPSIS section in doc.
- Rewrite doc to
use
=head2.
- Update Module::Install to 1.19 version.
- Update author github username.
- Update author name.
- Update copyright years.
0.03 2015-09-26T11:04:59+02:00
- Move author tests to xt/ directory.
Makefile.PL view on Meta::CPAN
1234567891011use
strict;
use
warnings;
use
inc::Module::Install;
# Definition.
abstract
'Does people happy?'
;
author
'Michal Josef Spacek <skim@cpan.org>'
;
author_requires
'English'
=> 0;
author_requires
'File::Object'
=> 0.07;
( run in 0.390 second using v1.01-cache-2.11-cpan-4e96b696675 )