Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27196/Win32-GUI-ReleaseNotes
Modified Files: RN_1_04.pod Log Message: remove legacy GUI namespace Index: RN_1_04.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_04.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RN_1_04.pod 30 Aug 2006 21:58:39 -0000 1.4 --- RN_1_04.pod 7 Sep 2006 18:45:51 -0000 1.5 *************** *** 336,339 **** --- 336,346 ---- $NI->Delete(-id => 1); + =head2 Removal of GUI:: namespace + + For at least the last 6 years the Win32::GUI namespace has been + aliased to the GUI namespace for backwards compatibility with + very early scripts. This aliasing has been removed, and any + remaining scripts will need updating. + =head1 Contributors to this release