Skip to content

Commit e2d97f5

Browse files
committed
updated the build system to reflect recent changes.
1 parent e450b89 commit e2d97f5

25 files changed

+1260
-791
lines changed

MANIFEST

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ Makefile.PL
3737
MANIFEST This list of files
3838
MANIFEST.SKIP
3939
META.yml
40-
README
40+
README.md
41+
MYMETA.json
42+
MYMETA.yml

MANIFEST.SKIP

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ po/foo\.po$
1212
po/meta\.po$
1313
t/tmp
1414
^\.rsync$
15-
15+
^reindex$

META.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
abstract: 'Cluster operations based on parallel SSH, set and interval arithmetic'
33
author:
4-
- "Zhang \"agentzh\" Yichun <[email protected]>"
4+
- 'Zhang "agentzh" Yichun <[email protected]>'
55
build_requires:
6-
ExtUtils::MakeMaker: 6.55
6+
ExtUtils::MakeMaker: 6.59
77
IPC::Run3: 0
88
configure_requires:
9-
ExtUtils::MakeMaker: 6.55
9+
ExtUtils::MakeMaker: 6.59
1010
distribution_type: module
1111
dynamic_config: 1
12-
generated_by: 'Module::Install version 1.04'
12+
generated_by: 'Module::Install version 1.14'
1313
license: bsd
1414
meta-spec:
1515
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,12 +24,12 @@ requires:
2424
File::Temp: 0
2525
Filter::Util::Call: 0
2626
IO::Pty: 0
27-
Net::OpenSSH: 0.34
28-
Set::Scalar: 1.23
29-
Term::ReadKey: 2.30
27+
Net::OpenSSH: '0.34'
28+
Set::Scalar: '1.23'
29+
Term::ReadKey: '2.30'
3030
Time::HiRes: 0
3131
perl: 5.6.1
3232
resources:
3333
license: http://opensource.org/licenses/bsd-license.php
3434
repository: http://github.com/agentzh/sshbatch
35-
version: 0.029
35+
version: '0.029'

MYMETA.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
abstract: 'Cluster operations based on parallel SSH, set and interval arithmetic'
3+
author:
4+
- 'Zhang "agentzh" Yichun <[email protected]>'
5+
build_requires:
6+
ExtUtils::MakeMaker: '6.59'
7+
IPC::Run3: '0'
8+
configure_requires:
9+
ExtUtils::MakeMaker: '0'
10+
dynamic_config: 0
11+
generated_by: 'Module::Install version 1.14, CPAN::Meta::Converter version 2.150001'
12+
license: bsd
13+
meta-spec:
14+
url: http://module-build.sourceforge.net/META-spec-v1.4.html
15+
version: '1.4'
16+
name: SSH-Batch
17+
no_index:
18+
directory:
19+
- inc
20+
- t
21+
requires:
22+
File::HomeDir: '0'
23+
File::Temp: '0'
24+
Filter::Util::Call: '0'
25+
IO::Pty: '0'
26+
Net::OpenSSH: '0.34'
27+
Set::Scalar: '1.23'
28+
Term::ReadKey: '2.30'
29+
Time::HiRes: '0'
30+
perl: '5.006001'
31+
resources:
32+
license: http://opensource.org/licenses/bsd-license.php
33+
repository: http://github.com/agentzh/sshbatch
34+
version: '0.029'

0 commit comments

Comments
 (0)