Changeset 21717 for perl5

Show
Ignore:
Timestamp:
08/01/08 22:41:08 (4 months ago)
Author:
fglock
Message:

[v6.pm] more tests;
- added script: util/clear_cache.pl - empty the precompilation cache for both v6 and PCR;
- svn properties

Location:
perl5/Pugs-Compiler-Perl6
Files:
2 added
6 modified

Legend:

Unmodified
Added
Removed
  • perl5/Pugs-Compiler-Perl6/MANIFEST

    r21691 r21717  
    172172t/spec/S04-statements/do.t 
    173173t/spec/S04-statements/until.t 
     174t/spec/S05-modifier/repetition.t 
    174175t/spec/S10-packages/import.t 
    175176t/spec/S12-class/inheritance-class-methods.t 
    176177t/spec/S12-role/composition.t 
    177178t/spec/S16-filehandles/open.t 
     179t/spec/S16-filehandles/unlink.t 
    178180t/spec/S16-io/say.t 
    179181t/spec/S29-any/cmp.t 
     
    184186t/spec/S29-list/mutating_listops.t 
    185187t/spec/S29-str/append.t 
     188 
     189t/statements/for_with_only_one_item.t 
     190t/statements/loop.t 
    186191t/statements/modifiers/if.t 
    187192t/statements/modifiers/unless.t 
     193t/statements/unless.t 
    188194t/statements/until.t 
    189195t/statements/values_in_bool_context.t 
    190196 
    191197t/syntax/lf_in_list.t 
     198t/syntax/list_quote_junction.t 
    192199t/syntax/parsing/braces_in_rules.t 
    193200t/syntax/parsing/braces_in_strings.t 
  • perl5/Pugs-Compiler-Perl6/MANIFEST-complete

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native
  • perl5/Pugs-Compiler-Perl6/lib/Module/CompileV6.pm

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native
  • perl5/Pugs-Compiler-Perl6/lib/Pugs/Runtime/Capture.pm

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native
  • perl5/Pugs-Compiler-Perl6/preprocess-STD.pl

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native
  • perl5/Pugs-Compiler-Perl6/t.sh

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native