From 1ad5721d84fe229713f270cb263cdf9acda90972 Mon Sep 17 00:00:00 2001 From: seano Date: Thu, 24 May 2007 01:07:01 +0000 Subject: [PATCH] version 0.73 --- lib/Sepia.pm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lib/Sepia.pm b/lib/Sepia.pm index 8ce4006..e37b7b9 100644 --- a/lib/Sepia.pm +++ b/lib/Sepia.pm @@ -63,6 +63,10 @@ development. This package contains the Perl side of the implementation, including all user-serviceable parts (for the cross-referencing facility see L). +Though not intended to be used independent of the Emacs interface, the +Sepia module's functionality can be used through a rough procedural +interface. + =head2 C<@compls = completions($string [, $type])> Find a list of completions for C<$string> with glob type $type. @@ -984,3 +988,22 @@ sub perl_eval } 1; +__END__ + +=head1 TODO + +See the README file included with the distribution. + +=head1 AUTHOR + +Sean O'Rourke, Eseano@cpan.orgE + +Bug reports welcome, patches even more welcome. + +=head1 COPYRIGHT + +Copyright (C) 2005-2007 Sean O'Rourke. All rights reserved, some +wrongs reversed. This module is distributed under the same terms as +Perl itself. + +=cut -- 2.11.4.GIT