Name change
This commit is contained in:
parent
3d2c1438c8
commit
45a56e92df
1 changed files with 8 additions and 0 deletions
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…
Add table
Reference in a new issue