mirror of
https://github.com/stephenenelson/convert-binhex.git
synced 2024-11-15 05:07:27 +00:00
Moved to Dist::Zilla
This commit is contained in:
parent
2b095ed654
commit
eca5ac916e
17
MANIFEST
17
MANIFEST
@ -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
|
41
META.json
41
META.json
@ -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"
|
||||
}
|
22
META.yml
22
META.yml
@ -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
|
23
Makefile.PL
23
Makefile.PL
@ -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
22
dist.ini
Normal 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
|
Loading…
Reference in New Issue
Block a user