X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FShellSession.pm;h=255a089d49fcd559863c30e920bdd8a86fe5592f;hb=cfae7810d594e9f9425e7c564c62f444f254fe43;hp=589117b86506331f539aa26a92449b255f7d3d04;hpb=22d295940695930eebfbd7d0bd2e7495667cbb49;p=scpubgit%2FDX.git diff --git a/lib/DX/ShellSession.pm b/lib/DX/ShellSession.pm index 589117b..255a089 100644 --- a/lib/DX/ShellSession.pm +++ b/lib/DX/ShellSession.pm @@ -14,7 +14,7 @@ has shell_state => (is => 'rwp', required => 1, isa => ShellState); has expander => ( is => 'lazy', builder => sub { DX::Expander->new(tcl => $_[0]->tcl) }, - isa => InstanceOf['DX::Expander'], handles => [ qw(expand_args) ], + isa => Expander, handles => [ qw(expand_args) ], ); has tcl => (is => 'lazy', isa => InstanceOf['Tcl'], builder => sub {