Update of /cvsroot/poe/poe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27117
Modified Files:
Makefile.PL
Log Message:
comment out the testreport functionality
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/poe/poe/Makefile.PL,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Makefile.PL 12 Apr 2005 18:40:07 -0000 1.36
--- Makefile.PL 29 Apr 2005 01:07:08 -0000 1.37
***************
*** 100,119 ****
# And finally, ask the user to run a test report.
!
! use Config;
! my $make = $Config::Config{make};
!
! print(
! "\n",
! "=======================================================================\n",
! "\n",
! "Please consider running '$make uploadreport' to create and upload a\n",
! "test report. You can see samples of other test reports by visitng\n",
! "http://eekeek.org/poe-tests/\n",
! "\n",
! "Thank you.\n",
! "\n",
! "=======================================================================\n",
! );
0;
--- 100,119 ----
# And finally, ask the user to run a test report.
! #
! # use Config;
! # my $make = $Config::Config{make};
! #
! # print(
! # "\n",
! # "=======================================================================\n",
! # "\n",
! # "Please consider running '$make uploadreport' to create and upload a\n",
! # "test report. You can see samples of other test reports by visitng\n",
! # "http://eekeek.org/poe-tests/\n",
! # "\n",
! # "Thank you.\n",
! # "\n",
! # "=======================================================================\n",
! # );
0;
|