- Timestamp:
- 10/01/08 08:29:01 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S10-packages/import.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S10-packages/import.t
r21050 r22468 4 4 plan 1; 5 5 6 if $?PUGS_BACKEND ne "BACKEND_PUGS" {7 skip_rest "PIL2JS and PIL-Run do not support eval() yet.";8 exit;9 }6 #?pugs emit if $?PUGS_BACKEND ne "BACKEND_PUGS" { 7 #?pugs emit skip_rest "PIL2JS and PIL-Run do not support eval() yet."; 8 #?pugs emit exit; 9 #?pugs emit } 10 10 11 11 is(eval("use t::spec::packages::Import 'foo'; 123;"), 123, "import doesn't get called if it doesn't exist");
