6 use Getopt
::Long
qw(:config bundling nopermute);
11 "v|verbose:1" => \
$opt_v,
12 ) or die "usage: $0 [--check]\n";
16 my $meta = genMETA
->new (
21 $meta->from_data (<DATA
>);
24 $meta->check_encoding ();
25 $meta->check_required ();
26 $meta->check_minimum ([ "examples" ]);
27 $meta->done_testing ();
40 abstract
: Modified
and extended debugging facilities
43 - H
.Merijn Brand
<h
.m
.brand
@xs4all.nl
>
45 distribution_type
: module
55 ExtUtils
::MakeMaker
: 0
68 license
: http
://dev
.perl
.org
/licenses/
69 repository
: http
://repo
.or.cz
/w/Data
-Peek
.git
70 IRC
: irc
://irc
.perl
.org
/#csv
73 url
: http
://module
-build
.sourceforge
.net
/META
-spec
-v1
.4
.html