App-Duppy
view release on metacpan or search on metacpan
#!/usr/bin/env perl
# PODNAME: duppy - a wrapper for configurations around casperjs
use strict;
use warnings;
use FindBin qw/$Bin/;
use lib "$Bin/../lib";
use App::Duppy;
my $duppy = App::Duppy->new_with_options();
$duppy->run_casper();
__END__
=pod
=head1 NAME
duppy - a wrapper for configurations around casperjs
=head1 VERSION
version 0.05
=head1 AUTHORS
=over 4
=item *
Emmanuel "BHS_error" Peroumalnaik
=item *
Fabrice "pokki" Gabolde
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by E. Peroumalnaik.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 1.095 second using v1.01-cache-2.11-cpan-5735350b133 )