Skip to content

Commit

Permalink
Doing away with Pegex::Mo
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Oct 14, 2012
1 parent ca03e28 commit 68423d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/Module/Install/TestML.pm
Expand Up @@ -14,7 +14,7 @@ sub use_testml_tap {
my $self = shift;

$self->use_testml;

$self->include('Test::More');
$self->include('Test::Builder');
$self->include('Test::Builder::Module');
Expand All @@ -28,7 +28,6 @@ sub use_testml {
$self->include('Pegex::Input');
$self->include('Pegex::Parser');
$self->include('Pegex::Receiver');
$self->include('Pegex::Mo');

$self->include('TestML');
$self->include('TestML::Mo');
Expand Down
2 changes: 1 addition & 1 deletion lib/TestML/AST.pm
@@ -1,5 +1,5 @@
package TestML::AST;
use Pegex::Mo;
use TestML::Mo;
extends 'Pegex::Receiver';

use TestML::Runtime;
Expand Down

0 comments on commit 68423d2

Please sign in to comment.