jgsmith 01/07/29 11:28:24
Modified: perl/lib/AppSwitch Echo.pm
Log:
Reflects the modified Echo spec
Revision Changes Path
1.2 +2 -2 services/perl/lib/AppSwitch/Echo.pm
Index: Echo.pm
===================================================================
RCS file: /cvsroot/appswitch/services/perl/lib/AppSwitch/Echo.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -r1.1 -r1.2
--- Echo.pm 2001/07/20 14:45:24 1.1
+++ Echo.pm 2001/07/29 18:28:24 1.2
@@ -2,7 +2,7 @@
our $VERSION = q(0.01);
-# $Id: Echo.pm,v 1.1 2001/07/20 14:45:24 jgsmith Exp $
+# $Id: Echo.pm,v 1.2 2001/07/29 18:28:24 jgsmith Exp $
__END__
@@ -34,7 +34,7 @@
=item echo.echo
-This method returns the value of its single argument (C<content>).
+This method returns the arguments unmodified.
=back
|