[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Re: [ID 20000125.006] strict.pm not strict enough



>This is a deliberate feature  -  see the last time this was discussed
>on p5p.     The reasob is so you can write in your module

>     use strict 'new_feature_introduced_in_perl6';

>and still have the module usable under perl5 (but without the new check
>of course).

I like this for:

    use less 'whitespace';
    use less 'pain';

Sadly, I can't seem to make

    use fewer 'keystrokes';
    use fewer 'declarations';

work right. :-)

--tom


[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]