aboutsummaryrefslogtreecommitdiff
path: root/mangemanche
diff options
context:
space:
mode:
Diffstat (limited to 'mangemanche')
-rwxr-xr-xmangemanche4
1 files changed, 2 insertions, 2 deletions
diff --git a/mangemanche b/mangemanche
index 3c6ee8b..db3f4a7 100755
--- a/mangemanche
+++ b/mangemanche
@@ -4,8 +4,8 @@ eval 'exec perl -x -S $0 ${1+"$@"}'
if 0;
use strict;
use warnings;
-use App::Ping903;
-App::Ping903->new->run;
+use App::Mangemanche;
+App::Mangemanche->new->run;

Return to:

Send suggestions and report system problems to the System administrator.