Update of /cvsroot/openinteract/OpenInteract2/sample/package_from_table
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15337/package_from_table
Modified Files:
App.pm
Log Message:
fill in the POD a bit for guidance
Index: App.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/sample/package_from_table/App.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** App.pm 9 Mar 2005 20:26:25 -0000 1.2
--- App.pm 25 Mar 2005 16:39:19 -0000 1.3
***************
*** 44,48 ****
OpenInteract2::App::[% class_name %] - This application will do everything!
! [% pod %]
=cut
--- 44,59 ----
OpenInteract2::App::[% class_name %] - This application will do everything!
!
! =head1 SYNOPSIS
!
! =head1 DESCRIPTION
!
! =head1 ACTIONS
!
! =head1 OBJECTS
!
! =head1 AUTHORS
!
! Who AmI <me...@wh...>
=cut
|