fixed source hint (now in HG on keller) v1.0
authorHeiko Schlittermann <hs@schlittermann.de>
Wed, 20 Oct 2010 23:35:31 +0200
changeset 35 eeb01b7c7833
parent 34 84f3f294c1ca
child 36 b781f16373c4
fixed source hint (now in HG on keller)
exiacl.pl
--- a/exiacl.pl	Wed Oct 20 23:35:13 2010 +0200
+++ b/exiacl.pl	Wed Oct 20 23:35:31 2010 +0200
@@ -1,7 +1,5 @@
 #! /usr/bin/perl
 # © Heiko Schlittermann
-# $Id$
-# $URL$
 use constant USAGE => << '#'; 
 !ME! [options] [-- exim native options] 
 
@@ -33,8 +31,8 @@
 
     mail data is read from STDIN unless it's connected to terminal.
 
-    $Id$
-    $URL$
+    Source: https://keller.schlittermann.de/hg/exiacl
+
 #
 
 
@@ -46,7 +44,7 @@
 use Socket;
 use File::Basename;
 
-our $VERSION = "0.9";
+our $VERSION = "1.0";
 
 sub exim_option($);
 sub read_exim($;$);