Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14539
Modified Files:
CHANGELOG Makefile.PL
Log Message:
Fix build under Perl 5.6
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Makefile.PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile.PL 26 Jun 2006 18:28:35 -0000 1.22
--- Makefile.PL 15 Oct 2006 12:16:22 -0000 1.23
***************
*** 6,10 ****
# 5.6.1, writes the subdirs target with dmake syntax, that breaks
# nmake. Fixed in EU::MM 5.47
! use ExtUtils::MakeMaker 5.47;
use Config;
--- 6,11 ----
# 5.6.1, writes the subdirs target with dmake syntax, that breaks
# nmake. Fixed in EU::MM 5.47
! # $(DIRFILESEP) macro requires EU::MM 6.06
! use ExtUtils::MakeMaker 6.06;
use Config;
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** CHANGELOG 15 Oct 2006 12:09:27 -0000 1.99
--- CHANGELOG 15 Oct 2006 12:16:22 -0000 1.100
***************
*** 6,9 ****
--- 6,14 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 15 October 2006 - Fix build under Perl 5.6
+ - Makefile.PL - Need EU:MM 6/06 or higher
+ - Constants.PL, Scintilla.PL - stop using ':crlf' layer to avoid line
+ end problems and do it manually
+
+ [Robert May] : 15 October 2006 - keyboard navigation for win32-gui-demos
- scripts/win32-gui-demos.pl - fix TAB nagigation out of SCintilla
|