[svn:PHP-Sandwich] rev 1430 - PHP-Sandwich/trunk/t
[email protected] 30 Jul 2005 02:40:29 -0000
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Message-ID | <[email protected]> |
Author: theory
Date: Fri Jul 29 19:40:28 2005
New Revision: 1430
Modified:
PHP-Sandwich/trunk/t/test_perl_classes.t
Log:
No need for that sub, then.
Modified: PHP-Sandwich/trunk/t/test_perl_classes.t
==============================================================================
--- PHP-Sandwich/trunk/t/test_perl_classes.t (original)
+++ PHP-Sandwich/trunk/t/test_perl_classes.t Fri Jul 29 19:40:28 2005
@@ -20,7 +20,6 @@ ok $php->eval(q/
# Try using an XS module.
sub file { __FILE__ }
-sub line { return <+shift> }
ok my $ret = $php->eval(q/
$perl = Perl::getInstance();
$file = $perl->call('file');