Changeset 11285 for src/Pugs/Run
- Timestamp:
- 07/08/06 06:03:03 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Run/Args.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Run/Args.hs
r10561 r11285 172 172 -- -E is like -e, but not accessible as a normal parameter and used only 173 173 -- internally: 174 -- "-e foo bar.p 6" executes "foo" with @*ARGS[0] eq "bar.p6",175 -- "-E foo bar.p 6" 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. 176 176 desugarDashE ((Opt "-M" mod):args) 177 177 | (mod', (_:args)) <- break (== '=') mod
