Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17186
Modified Files:
CHANGELOG GUI.pm
Log Message:
Bugfix NotifyIcon Delete method
Index: GUI.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** GUI.pm 7 Sep 2006 18:45:50 -0000 1.54
--- GUI.pm 15 Oct 2006 12:23:28 -0000 1.55
***************
*** 2915,2919 ****
sub Delete {
warn qq(Win32::GUI::NotifyIcon::Delete() is deprecated, please use Win32::GUI::NofityIcon::Remove());
! return Win32::GUI::_Delete(@_);
}
--- 2915,2919 ----
sub Delete {
warn qq(Win32::GUI::NotifyIcon::Delete() is deprecated, please use Win32::GUI::NofityIcon::Remove());
! return Win32::GUI::NotifyIcon::_Delete(@_);
}
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** CHANGELOG 15 Oct 2006 12:16:22 -0000 1.100
--- CHANGELOG 15 Oct 2006 12:23:28 -0000 1.101
***************
*** 6,9 ****
--- 6,12 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 15 October 2006 - Bugfix NotifyIcon Delete method
+ - GUI.pm - fix Win32::GUI::NotifyIcon::Delete
+
+ [Robert May] : 15 October 2006 - Fix build under Perl 5.6
- Makefile.PL - Need EU:MM 6/06 or higher
|