Name change

This commit is contained in:
Karchnu 2012-07-25 01:02:23 +02:00
parent 3d2c1438c8
commit 45a56e92df

8
perl/antipixel/antipixel.pl Executable file
View 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();