Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23641
Modified Files: CHANGELOG MANIFEST Log Message: Add Win32-GUI-Constants directory and module code Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** CHANGELOG 25 Apr 2006 21:38:18 -0000 1.81 --- CHANGELOG 13 May 2006 15:39:30 -0000 1.82 *************** *** 6,9 **** --- 6,13 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 13 May 2006 - Add Win32::GUI::Constants + - add Win32-GUI-Constants directory and new files + - update MANIFEST + + [Robert May] : 25 Apr 2006 - Add Win32::GUI::DropFiles - add Win32-GUI-DropFiles directory and new files Index: MANIFEST =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** MANIFEST 25 Apr 2006 21:38:18 -0000 1.15 --- MANIFEST 13 May 2006 15:39:30 -0000 1.16 *************** *** 142,145 **** --- 142,180 ---- UpDown.xs vsplit.cur + Win32-GUI-Constants/Constants.PL + Win32-GUI-Constants/Constants.pm + Win32-GUI-Constants/Constants.xs + Win32-GUI-Constants/ConstantsRC.PL + Win32-GUI-Constants/demos/ConstantsDemo.pl + Win32-GUI-Constants/hash/lookupa.c + Win32-GUI-Constants/hash/lookupa.h + Win32-GUI-Constants/hash/Makefile.PL + Win32-GUI-Constants/hash/perfect.c + Win32-GUI-Constants/hash/perfect.h + Win32-GUI-Constants/hash/perfhex.c + Win32-GUI-Constants/hash/README + Win32-GUI-Constants/hash/recycle.c + Win32-GUI-Constants/hash/recycle.h + Win32-GUI-Constants/hash/standard.h + Win32-GUI-Constants/Makefile.PL + Win32-GUI-Constants/ppport.h + Win32-GUI-Constants/t/01_load.t + Win32-GUI-Constants/t/02_default.t + Win32-GUI-Constants/t/03_inline.t + Win32-GUI-Constants/t/04_noexport.t + Win32-GUI-Constants/t/05_export_byname.t + Win32-GUI-Constants/t/06_export_bytag.t + Win32-GUI-Constants/t/07_nothing.t + Win32-GUI-Constants/t/08_exportpkg.t + Win32-GUI-Constants/t/09_autoload.t + Win32-GUI-Constants/t/10_inherit.t + Win32-GUI-Constants/t/50_tags_compatability_win32_gui.t + Win32-GUI-Constants/t/51_tags_all.t + Win32-GUI-Constants/t/52_tags.t + Win32-GUI-Constants/t/70_values.t + Win32-GUI-Constants/t/71_invalid_values.t + Win32-GUI-Constants/t/98_pod.t + Win32-GUI-Constants/t/99_pod_coverage.t + Win32-GUI-Constants/Tags.pm Win32-GUI-DropFiles/demos/DropFilesDemo.pl Win32-GUI-DropFiles/DropFiles.pm