|
From: notifies s. of c. c. <per...@li...> - 2007-02-15 17:54:41
|
Revision: 93
http://svn.sourceforge.net/perl-flat/?rev=93&view=rev
Author: estrabd
Date: 2007-02-15 09:54:42 -0800 (Thu, 15 Feb 2007)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/perl-flat/bin/fash
Modified: trunk/perl-flat/bin/fash
===================================================================
--- trunk/perl-flat/bin/fash 2007-02-15 17:53:10 UTC (rev 92)
+++ trunk/perl-flat/bin/fash 2007-02-15 17:54:42 UTC (rev 93)
@@ -3,3 +3,6 @@
use strict;
use warnings;
+print <<END
+This is a stub for the soon to come finite-automata-shell interface for doing stupid regex tricks via CPAN.
+END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|