Update of /cvsroot/openinteract/OpenInteract2/sample/package
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20556/sample/package
Modified Files:
Action.pm package.pod
Log Message:
fix misbehaving pod
Index: Action.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/sample/package/Action.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Action.pm 28 Jan 2005 15:37:08 -0000 1.5
--- Action.pm 8 Feb 2005 16:33:31 -0000 1.6
***************
*** 72,91 ****
1;
-
- __END__
-
- =head1 NAME
-
- OpenInteract2::Action::[% class_name %] - Handler for this package
-
- =head1 SYNOPSIS
-
- =head1 DESCRIPTION
-
- =head1 BUGS
-
- =head1 TO DO
-
- =head1 SEE ALSO
-
- =head1 AUTHORS
--- 72,73 ----
Index: package.pod
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/sample/package/package.pod,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** package.pod 28 Jan 2005 15:37:09 -0000 1.6
--- package.pod 8 Feb 2005 16:33:32 -0000 1.7
***************
*** 1,2 ****
--- 1,4 ----
+ =pod
+
=head1 NAME
***************
*** 30,31 ****
--- 32,35 ----
Who AmI E<lt>me...@wh...E<gt>
+
+ =cut
\ No newline at end of file
|