diff --git a/Makefile.PL b/Makefile.PL index 6250a02f4f13c6f45c608496578e7175e47aafef..fc505744a5d9368ab37fb6abc3f0c150e8515558 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,7 @@ WriteMakefile( EXE_FILES => [qw( awit-ssh )], + MAN1EXT => "1", MAN1PODS => { 'awit-ssh' => 'blib/man1/awit-ssh.1', }, diff --git a/awit-ssh b/awit-ssh index 6d2b2fe359d5e05b1b4a3edb9ffce804a00ed024..3d1312b0413ff5f4cce3816e34c9e67f514e3f54 100755 --- a/awit-ssh +++ b/awit-ssh @@ -76,7 +76,7 @@ use User::pwent; my $NAME = "AWIT-SSH-Client"; -our $VERSION = "0.8.3"; +our $VERSION = "0.8.4"; print(STDERR "$NAME v$VERSION - Copyright (c) 2016-2017, AllWorldIT\n\n");