6 use ExtUtils
::MakeMaker
;
8 my $version = get_version
();
13 ?
( AUTHOR
=> 'Toni Gundogdu <legatvs@gmail.com>',
14 'ABSTRACT' => 'command line video playlist parser for c/clive'
17 'VERSION' => $version,
18 'EXE_FILES' => ['bin/umph'],
20 'Getopt::ArgvFile' => 1.11, # tested, earlier may work
21 'XML::DOM' => 1.44, # tested, earlier may work
31 my $path = 'bin/umph';
32 open my $fh, "<", $path or die "$path: $!";
34 close $fh and return $1
35 if $_ =~ /VERSION = "(.*?)"/;
38 die '$path: could not find version string.';