Moved to Dist::Zilla

This commit is contained in:
Stephen Nelson 2013-08-21 23:39:00 -07:00
parent 2b095ed654
commit eca5ac916e
5 changed files with 22 additions and 103 deletions

View File

@ -1,17 +0,0 @@
COPYING
Changes
MANIFEST
Makefile.PL
README
README-TOO
bin/binhex.pl
bin/debinhex.pl
lib/Convert/BinHex.pm
t/Checker.pm
t/comp2bin.t
test/hexbin
testin/eyeball.gif
testin/eyeball.gif.hqx
testin/hands_m.eps.hqx
testin/pbs_mac.eps.hqx
testout/README

View File

@ -1,41 +0,0 @@
{
"abstract" : "unknown",
"author" : [
"Eryq <eryq@enteract.com>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Convert-BinHex",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"perl" : "5.004000"
}
}
},
"release_status" : "stable",
"version" : "1.120"
}

View File

@ -1,22 +0,0 @@
---
abstract: unknown
author:
- 'Eryq <eryq@enteract.com>'
build_requires:
ExtUtils::MakeMaker: 0
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.132140'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Convert-BinHex
no_index:
directory:
- t
- inc
requires:
perl: 5.004000
version: 1.120

View File

@ -1,23 +0,0 @@
#!/usr/bin/perl
use ExtUtils::MakeMaker;
#------------------------------------------------------------
# Makefile:
#------------------------------------------------------------
# Write the Makefile:
WriteMakefile(
NAME => 'Convert::BinHex',
AUTHOR => 'Eryq <eryq@enteract.com>',
VERSION_FROM => "./lib/Convert/BinHex.pm",
DISTNAME => "Convert-BinHex",
MIN_PERL_VERSION => '5.4.0',
LICENSE => 'perl',
EXE_FILES => [@EXES],
'dist' => {
PREOP => "cd docs ; make",
COMPRESS => 'gzip',
SUFFIX => 'gz',
},
);

22
dist.ini Normal file
View File

@ -0,0 +1,22 @@
name = Convert-BinHex
author = Eriq <eryq@zeegee.com>
license = Perl_5
copyright_holder = Eriq <eryq@zeegee.com>
version = 1.120
[@Git]
[@Filter]
-bundle=@Basic
-remove=Readme
[MetaJSON]
[AutoPrereqs]
skip=^Mac::Files
[Prereqs]
perl=5.6.0
[MetaResources]
repository.url = https://github.com/stephenenelson/convert-binhex
repository.web = https://github.com/stephenenelson/convert-binhex
repository.type = git