6 use ExtUtils
::MakeMaker
;
8 my $version = get_version
();
13 ?
( AUTHOR
=> 'Toni Gundogdu <legatvs@gmail.com>',
14 'ABSTRACT' => 'command line video extraction utility'
17 'VERSION' => $version,
18 'EXE_FILES' => ['bin/clive'],
20 'Getopt::ArgvFile' => 1.11,
21 'Class::Singleton' => 1.4,
22 'HTML::TokeParser' => 2.37,
23 'URI::Escape' => 3.29,
24 'Digest::SHA' => 5.45,
35 my $file = "lib/clive/Config.pm";
36 my $re = qr/VERSION => "(.*?)"/;
37 open my $fh, "<", $file
40 close $fh and return $1
44 die "$file: `$re`: not matched";