Name change
This commit is contained in:
parent
3d2c1438c8
commit
45a56e92df
8
perl/antipixel/antipixel.pl
Executable file
8
perl/antipixel/antipixel.pl
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env perl
|
||||
use strict;
|
||||
use warnings;
|
||||
use MyWrapper;
|
||||
my $wrapper = MyWrapper->new_with_options();
|
||||
#$wrapper->tests();
|
||||
$wrapper->run();
|
||||
|
Loading…
Reference in New Issue
Block a user