Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8495
Modified Files:
CHANGELOG Makefile.PL MANIFEST
Log Message:
Fix updating of GUI.rc and add tests for verions to all XS modules
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** CHANGELOG 8 Feb 2008 16:42:11 -0000 1.141
--- CHANGELOG 8 Feb 2008 18:02:05 -0000 1.142
***************
*** 6,9 ****
--- 6,15 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 8 February 2008 - Get GUI.rc updated correctly
+ - Makefile.PL - make GUI.rc dependent on GUI.rc
+ - Add tests to all XS modules that the RC version number matches the
+ module
+ - MANIFEST - add new test files
+
+ [Robert May] : 8 February 2008 - Correct number of tests
- t\GUI_Helpers.cpp - fix another spot where we could be calling
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Makefile.PL,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Makefile.PL 2 Feb 2008 12:50:23 -0000 1.30
--- Makefile.PL 8 Feb 2008 18:02:05 -0000 1.31
***************
*** 385,390 ****
$rc_frag .= <<'RC_FRAG3'
! GUI.rc:
$(PERL) -I$(BUILD_TOOLS) $(BUILD_TOOLS)/updateRC.pl
RC_FRAG3
--- 385,391 ----
$rc_frag .= <<'RC_FRAG3'
! GUI.rc: GUI.pm
$(PERL) -I$(BUILD_TOOLS) $(BUILD_TOOLS)/updateRC.pl
+ $(NOECHO) $(TOUCH) GUI.rc
RC_FRAG3
Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** MANIFEST 2 Feb 2008 13:25:57 -0000 1.24
--- MANIFEST 8 Feb 2008 18:02:05 -0000 1.25
***************
*** 133,136 ****
--- 133,137 ----
t/50_Font_GetMetrics.t
t/50_Richedit_GetCharFormat.t
+ t/97_Version.t
t/98_Pod.t
t/99_pod_coverage.t
***************
*** 167,170 ****
--- 168,172 ----
Win32-GUI-AxWindow/t/01_load.t
Win32-GUI-AxWindow/t/02_new.t
+ Win32-GUI-AxWindow/t/97_Version.t
Win32-GUI-AxWindow/t/98_pod.t
Win32-GUI-AxWindow/t/99_pod_coverage.t
***************
*** 217,220 ****
--- 219,223 ----
Win32-GUI-Constants/t/70_values.t
Win32-GUI-Constants/t/71_invalid_values.t
+ Win32-GUI-Constants/t/97_Version.t
Win32-GUI-Constants/t/98_pod.t
Win32-GUI-Constants/t/99_pod_coverage.t
***************
*** 271,274 ****
--- 274,278 ----
Win32-GUI-DIBitmap/t/01_load.t
Win32-GUI-DIBitmap/t/02_new.t
+ Win32-GUI-DIBitmap/t/97_Version.t
Win32-GUI-DIBitmap/t/98_pod.t
Win32-GUI-DIBitmap/t/99_pod_coverage.t
***************
*** 293,296 ****
--- 297,301 ----
Win32-GUI-DropFiles/t/10_Unicode.t
Win32-GUI-DropFiles/t/11_invalid_handles.t
+ Win32-GUI-DropFiles/t/97_Version.t
Win32-GUI-DropFiles/t/98_pod.t
Win32-GUI-DropFiles/t/99_pod_coverage.t
***************
*** 340,343 ****
--- 345,349 ----
Win32-GUI-Grid/t/01_load.t
Win32-GUI-Grid/t/02_new.t
+ Win32-GUI-Grid/t/97_Version.t
Win32-GUI-Grid/t/98_pod.t
Win32-GUI-Grid/t/99_pod_coverage.t
***************
*** 378,381 ****
--- 384,388 ----
Win32-GUI-Scintilla/t/03_LoadFile.t
Win32-GUI-Scintilla/t/55_crash.t
+ Win32-GUI-Scintilla/t/97_Version.t
Win32-GUI-Scintilla/t/98_pod.t
Win32-GUI-Scintilla/t/99_pod_coverage.t
|