From: Chris W. <la...@us...> - 2005-02-08 01:49:18
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30481/doc/Manual Modified Files: Changes.pod Log Message: latest changes Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** Changes.pod 2 Feb 2005 13:24:08 -0000 1.64 --- Changes.pod 8 Feb 2005 01:49:10 -0000 1.65 *************** *** 56,59 **** --- 56,70 ---- =head2 Minor Changes + L<OpenInteract2::Config> + + =over 4 + + =item * + + Add C<author_names()> and C<author_emails()> to pull the names and + emails from the 'author' key. + + =back + L<OpenInteract2::Context> *************** *** 92,95 **** --- 103,117 ---- files are formatted so we can extract a language from them. + =item * + + Add simple method C<name_as_class()> to display the package name with + a leading uppercase letter and camel-case internally. + + =item * + + Add method C<copy_contents_to()> for copying the contents of a package + to a directory, reporting what files it copied and what files were not + because they were identical. + =back *************** *** 103,106 **** --- 125,132 ---- arbitrary data. + =item * + + Added C<is_same_file( $path_a, $path_b )>. + =back |