--- trunk/lib/Frey/Introspect.pm 2008/11/19 17:05:59 458 +++ trunk/lib/Frey/Introspect.pm 2008/11/20 10:55:56 471 @@ -22,10 +22,6 @@ required => 1, ); -has 'path' => ( - is => 'rw', -); - =head2 joose my $js = $o->joose; @@ -98,7 +94,6 @@ my $path = "static/blib/$filename"; write_file( $path, $out ); warn "# created $path\n"; - $self->path( $path ); return $out; }