more PHP::Include

inkdroid on 2003-01-02T17:22:05

I added constant support so now PHP's

define( "MY_CONSTANT", 1 );

will be rewritten as Perl's:

use constant MY_CONSTANT => 1;