Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20488
Modified Files: GridLayout.pm Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: GridLayout.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GridLayout.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** GridLayout.pm 11 Jun 2006 15:30:37 -0000 1.7 --- GridLayout.pm 16 Jul 2006 11:07:47 -0000 1.8 *************** *** 1,5 **** package Win32::GUI::GridLayout; ! $Win32::GUI::GridLayout::VERSION = "0.05"; sub new { --- 1,6 ---- package Win32::GUI::GridLayout; ! $Win32::GUI::GridLayout::VERSION = "0.05_01"; ! $Win32::GUI::GridLayout::VERSION = eval $Win32::GUI::GridLayout::VERSION; sub new { *************** *** 387,398 **** =head1 VERSION ! Win32::GUI::GridLayout version 0.04, 24 June 2005. ! Win32::GUI::GridLayout version 0.04, 06 April 2005. ! Win32::GUI::GridLayout version 0.03, 13 April 1999. =head1 AUTHOR ! Mike Kangas ( C<[EMAIL PROTECTED]> ); ! additional coding by Aldo Calpini ( C<[EMAIL PROTECTED]> ). ! additional coding Alexander Romanenko ( C<[EMAIL PROTECTED]> ). =cut --- 388,418 ---- =head1 VERSION ! =over ! ! =item Win32::GUI::GridLayout version 0.06, June 2006. ! ! =item Win32::GUI::GridLayout version 0.05, 24 June 2005. ! ! =item Win32::GUI::GridLayout version 0.04, 06 April 2005. ! ! =item Win32::GUI::GridLayout version 0.03, 13 April 1999. ! ! =back =head1 AUTHOR ! Original Author Mike Kangas ( C<[EMAIL PROTECTED]> ); ! additional coding by ! Aldo Calpini ( C<[EMAIL PROTECTED]> ), ! Alexander Romanenko ( C<[EMAIL PROTECTED]> ), ! Robert May ( C<[EMAIL PROTECTED]> ). ! ! =head1 COPYRIGHT AND LICENCE ! ! Copyright (C) 1999..2005 by Mike Kangas ! Copyright (C) 2006 by Robert May ! ! This library is free software; you can redistribute it and/or modify ! it under the same terms as Perl itself. ! =cut