modules/FTNMAIL: remove prototypes, allow v5.010
authorSebastian <basti@notizbuch>
Sun, 15 Jun 2014 21:35:44 +0000 (23:35 +0200)
committerSebastian <basti@notizbuch>
Sun, 15 Jun 2014 21:35:44 +0000 (23:35 +0200)
modules/FTNMAIL.pm

index c14fd3d49661576d90e64a9e10855637e5e4b68f..05eeaa9d0646dd2ec5b7731ddc919f2f664ffdd3 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 use strict;
-use v5.012;
+use v5.010;
 
 # =========================================================================
 # Perl module to handle FTN style mail
@@ -18,11 +18,6 @@ package FTNMAIL;
 use Encode;
 use Text::Wrap;
 
-# helper functions
-#sub chrs2charset($); sub charset2chrs($);     # charset
-#sub str2datetime($); sub datetime2str(@);     # datetime string
-#sub str2ftn($);      sub ftn2str(@);          # ftn address
-
 sub pack_mail($$)
 {
        my ($mail, $charset) = @_;