Changeset 11285 for src/Pugs/Run

Show
Ignore:
Timestamp:
07/08/06 06:03:03 (2 years ago)
Author:
Darren_Duncan
Message:

changed a few .p6 to .pl refs in src/, script/ ; renamed a couple .p5 files to -p5.pl in examples

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run/Args.hs

    r10561 r11285  
    172172-- -E is like -e, but not accessible as a normal parameter and used only 
    173173-- internally: 
    174 --   "-e foo bar.p6" executes "foo" with @*ARGS[0] eq "bar.p6", 
    175 --   "-E foo bar.p6" executes "foo" and then bar.p6. 
     174--   "-e foo bar.pl" executes "foo" with @*ARGS[0] eq "bar.pl", 
     175--   "-E foo bar.pl" executes "foo" and then bar.pl. 
    176176desugarDashE ((Opt "-M" mod):args) 
    177177    | (mod', (_:args)) <- break (== '=') mod