/[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 403 by dpavlin, Mon Nov 17 14:37:48 2008 UTC revision 404 by dpavlin, Tue Nov 18 10:35:27 2008 UTC
# Line 20  has 'doc' => ( Line 20  has 'doc' => (
20          default => sub {          default => sub {
21                  my ( $self ) = @_;                  my ( $self ) = @_;
22                  warn "doc from ", $self->class;                  warn "doc from ", $self->class;
23                  my $doc = PPI::Document->new( $self->class_path( $self->class ) ) || die $!;                  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;
26          },          },

Legend:
Removed from v.403  
changed lines
  Added in v.404

  ViewVC Help
Powered by ViewVC 1.1.26