aboutsummaryrefslogtreecommitdiff
path: root/mangemanche
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-03 16:21:11 +0000
committerSergey Poznyakoff <gray@gnu.org>2020-03-03 16:21:11 +0000
commit26d529e6faaafa442e2b06093db1714f8f0b75bc (patch)
treeb59b58dad7f815386b05d414cdd7e70ffd00e056 /mangemanche
parentbfaee2787b9e955d0f7231cbc1fa045d6d892d60 (diff)
downloadmangemanche-26d529e6faaafa442e2b06093db1714f8f0b75bc.tar.gz
mangemanche-26d529e6faaafa442e2b06093db1714f8f0b75bc.tar.bz2
Rename App/Ping903 to App::Mangemanche
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.