Name change

master
Karchnu 2012-07-25 01:02:23 +02:00
parent 3d2c1438c8
commit 45a56e92df
1 changed files with 8 additions and 0 deletions

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();