This is an automatically generated mail from the syncmail system.  Do not reply 
directly to this email.  Further discussion should take place on the hackers 
list: [EMAIL PROTECTED]

Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10080/Win32-GUI-Constants

Modified Files:
        Constants.pm 
Log Message:
Fixes for build/test under perl 5.10.0

Index: Constants.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Constants.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Constants.pm        15 Jul 2007 19:06:09 -0000      1.8
--- Constants.pm        13 Jan 2008 20:20:50 -0000      1.9
***************
*** 272,276 ****
          # only require Carp if we need it
          require Carp;
!         Carp::croak qq(Can't continue after import errors);
      }
  }
--- 272,276 ----
          # only require Carp if we need it
          require Carp;
!         Carp::croak(qq(Can't continue after import errors));
      }
  }


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Perl-win32-gui-cvscommit mailing list
Perl-win32-gui-cvscommit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-cvscommit
http://perl-win32-gui.sourceforge.net/

Reply via email to