X-Git-Url: http://git.shiar.net/perl/schtarr.git/blobdiff_plain/ccb4f13add6f2823591af2aa58deef9cd50e950c..8884f5a878a6dac4e4540f6caf2c64e09225d461:/screp diff --git a/screp b/screp index dbd264c..edf643e 100755 --- a/screp +++ b/screp @@ -3,10 +3,12 @@ use strict; use warnings; use Data::Dumper; +our $VERSION = '1.00'; + my $SHOWWARN = 0; my $APMSVG = undef; -use Getopt::Long; +use Getopt::Long qw(:config bundling auto_version auto_help); GetOptions( "verbose|v!" => \$SHOWWARN, "apm|a=s" => \$APMSVG, @@ -615,3 +617,25 @@ if ($APMSVG) { print $apmfile $svg; } +__END__ + +=head1 NAME + +screp - StarCraft replay parser + +=head1 SYNOPSIS + +screp [options] < [replay data] + + Options: + --verbose + --apm + +=head1 OPTIONS + +=head1 AUTHOR + +Mischa POSLAWSKY + +=head1 STUFF +