App-SnerpVortex

 view release on metacpan or  search on metacpan

bin/snerp  view on Meta::CPAN

#!/usr/bin/env perl

use warnings;
use strict;
use lib qw(./lib);

# Don't buffer standard output.  Buffered stdout would be faster, but
# it tends to have synchronization issues with unbuffered stderr.
use IO::Handle;
STDOUT->autoflush(1);

use Getopt::Long;

my $replayer_class = "git";
my (
	$authors_file, $replay_base, $dump_file_name, $copy_depot_path,
	$include_regexp, $analysis_db_name,
);



( run in 0.257 second using v1.01-cache-2.11-cpan-0d8aa00de5b )