Acme-People-Happy

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
0.05 2021-03-19T18:29:17+01:00
 - Fix bugtracker.
 
0.04 2021-03-19T18:24:58+01:00
 - Add LICENSE file.
 - Add tests.
 - Fix use lib '.' in Makefile.PL.
 - 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

1
2
3
4
5
6
7
8
9
10
11
use lib '.';
use strict;
 
 
# 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 )