Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed Perl6::P5World
  • Loading branch information
FROGGS committed Mar 23, 2013
1 parent e94280c commit c261fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -4,15 +4,11 @@ RM_F = perl -MExtUtils::Command -e rm_f

all: blib/perl5.pbc

blib/perl5.pbc: lib/v5.pm blib/Perl6/P5World.pbc blib/Perl6/P5Actions.pbc blib/Perl6/P5Grammar.pbc
blib/perl5.pbc: lib/v5.pm blib/Perl6/P5Actions.pbc blib/Perl6/P5Grammar.pbc

$(NQP) --vmlibs=perl6_group,perl6_ops --target=pir --stagestats --output=blib/perl5.pir lib/v5.pm
$(PARROT) -o blib/perl5.pbc blib/perl5.pir

blib/Perl6/P5World.pbc: lib/Perl6/P5World.pm
$(NQP) --vmlibs=perl6_group,perl6_ops --target=pir --stagestats --output=blib/Perl6/P5World.pir lib/Perl6/P5World.pm
$(PARROT) -o blib/Perl6/P5World.pbc blib/Perl6/P5World.pir

blib/Perl6/P5Actions.pbc: lib/Perl6/P5Actions.pm
$(NQP) --vmlibs=perl6_group,perl6_ops --target=pir --stagestats --output=blib/Perl6/P5Actions.pir lib/Perl6/P5Actions.pm
$(PARROT) -o blib/Perl6/P5Actions.pbc blib/Perl6/P5Actions.pir
Expand Down
48 changes: 0 additions & 48 deletions lib/Perl6/P5World.pm

This file was deleted.

0 comments on commit c261fd3

Please sign in to comment.