/[Frey]/trunk/lib/Frey/PPI.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/PPI.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 413 by dpavlin, Tue Nov 18 10:35:27 2008 UTC revision 414 by dpavlin, Tue Nov 18 14:15:45 2008 UTC
# Line 19  has 'doc' => ( Line 19  has 'doc' => (
19          lazy => 1,          lazy => 1,
20          default => sub {          default => sub {
21                  my ( $self ) = @_;                  my ( $self ) = @_;
22                  warn "doc from ", $self->class;                  warn "# doc from ", $self->class if $self->debug;
23                  my $doc = PPI::Document->new( $self->class_path( $self->class ) );                  my $doc = PPI::Document->new( $self->class_path( $self->class ) );
24                  $doc->prune('PPI::Token::Whitespace');                  $doc->prune('PPI::Token::Whitespace');
25                  return $doc;                  return $doc;

Legend:
Removed from v.413  
changed lines
  Added in v.414

  ViewVC Help
Powered by ViewVC 1.1.26