M: Removed META.yml and MYMETA.yml from version control.
This commit is contained in:
1
MANIFEST
1
MANIFEST
@@ -3,6 +3,5 @@ lib/File/DirWalk.pm
|
|||||||
examples/find-perl-binary.pl
|
examples/find-perl-binary.pl
|
||||||
examples/ls.pl
|
examples/ls.pl
|
||||||
MANIFEST
|
MANIFEST
|
||||||
META.yml
|
|
||||||
README
|
README
|
||||||
t/1.t
|
t/1.t
|
||||||
|
|||||||
26
META.yml
26
META.yml
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
abstract: "walk through a directory tree and run callbacks\non files, symlinks and directories."
|
|
||||||
author:
|
|
||||||
- 'Jens Luedicke E<lt>jensl@cpan.orgE<gt>'
|
|
||||||
configure_requires:
|
|
||||||
Module::Build: 0.36
|
|
||||||
generated_by: 'Module::Build version 0.3603'
|
|
||||||
license: perl
|
|
||||||
meta-spec:
|
|
||||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
|
||||||
version: 1.4
|
|
||||||
name: File-DirWalk
|
|
||||||
provides:
|
|
||||||
File::DirWalk:
|
|
||||||
file: lib/File/DirWalk.pm
|
|
||||||
version: 0.4
|
|
||||||
recommends:
|
|
||||||
Test::Exception: 0.27
|
|
||||||
Test::More: 0.72
|
|
||||||
requires:
|
|
||||||
Carp: 1.08
|
|
||||||
File::Basename: 2.76
|
|
||||||
File::Spec: 3.2501
|
|
||||||
resources:
|
|
||||||
license: http://dev.perl.org/licenses/
|
|
||||||
version: 0.4
|
|
||||||
12
MYMETA.yml
12
MYMETA.yml
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
configure_requires:
|
|
||||||
Module::Build: 0.36
|
|
||||||
dynamic_config: 0
|
|
||||||
generated_by: 'Module::Build version 0.3603'
|
|
||||||
recommends:
|
|
||||||
Test::Exception: 0.27
|
|
||||||
Test::More: 0.72
|
|
||||||
requires:
|
|
||||||
Carp: 1.08
|
|
||||||
File::Basename: 2.76
|
|
||||||
File::Spec: 3.2501
|
|
||||||
Reference in New Issue
Block a user