[Apache-dispatch-devel] SF.net SVN: apache-dispatch:[74] trunk
Brought to you by:
geoffrey_young,
phred_moyer
|
From: <phr...@us...> - 2009-04-19 08:10:32
|
Revision: 74
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=74&view=rev
Author: phred_moyer
Date: 2009-04-19 08:10:17 +0000 (Sun, 19 Apr 2009)
Log Message:
-----------
after reviewing what t/TEST.PL does, and reading up on Apache::Test, and running a few tests, it looks like we do not need that file
Modified Paths:
--------------
trunk/Changes
trunk/Makefile.PL
Removed Paths:
-------------
trunk/t/TEST.PL
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2009-04-06 04:25:50 UTC (rev 73)
+++ trunk/Changes 2009-04-19 08:10:17 UTC (rev 74)
@@ -1,6 +1,7 @@
Revision history for Perl extension Apache::Dispatch
0.11 04.05.2009 20:34 PDT
+ - remove t/TEST.PL (it is not needed)
- put version in Apache::Dispatch::Util to avoid issue with Apache2::Module
- document PerlLoadModule for Dispatch* directives - ideysus@annocpan
- reduce unnecessary log verbosity
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2009-04-06 04:25:50 UTC (rev 73)
+++ trunk/Makefile.PL 2009-04-19 08:10:17 UTC (rev 74)
@@ -3,8 +3,10 @@
use strict;
use warnings;
+use version;
+
# minimum version of A::B required
-use Apache::Bootstrap 0.06;
+use Apache::Bootstrap 0.05;
my $bootstrap;
Deleted: trunk/t/TEST.PL
===================================================================
--- trunk/t/TEST.PL 2009-04-06 04:25:50 UTC (rev 73)
+++ trunk/t/TEST.PL 2009-04-19 08:10:17 UTC (rev 74)
@@ -1,8 +0,0 @@
-#!perl
-
-use strict;
-use warnings FATAL => 'all';
-
-use Apache::TestRunPerl();
-
-Apache::TestRunPerl->new->run(@ARGV);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|