Codebase list libpoe-component-sslify-perl / 2be94b2
stylistic tweaks Apocalypse 14 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 'license' => 'perl',
99
1010 'dist_abstract' => 'SSL in the world of POE made easy',
11 'dist_author' => 'Apocalypse <APOCAL@cpan.org>',
1112
1213 'create_packlist' => 1,
1314 'create_makefile_pl' => 'traditional',
1718
1819 'test_files' => 't/*.t',
1920
20 'add_to_cleanup' => [ 'META.yml', 'Makefile.PL', 'README', 'Manifest', 'LICENSE' ], # automatically generated
21 'add_to_cleanup' => [ 'META.yml', 'Makefile.PL', 'README', 'Makefile', 'LICENSE' ], # automatically generated
2122
2223 'requires' => {
2324 # Networking
24 'Net::SSLeay' => '1.36',
25 'Net::SSLeay' => '1.36',
2526
2627 # minimum perl version
2728 'perl' => '5.006',