Skip to content

Commit

Permalink
move abstract to POD
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed May 8, 2011
1 parent db473de commit d240ed0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/PPIx/EditorTools.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package PPIx::EditorTools;

# ABSTRACT: Utility methods and base class for manipulating Perl via PPI

use 5.008;
use strict;
use warnings;
Expand All @@ -18,6 +16,10 @@ our $VERSION = '0.15';

=pod
=head1 NAME
PPIx::EditorTools - Utility methods and base class for manipulating Perl via PPI
=head1 SYNOPSIS
See PPIx::EditorTools::*
Expand Down

0 comments on commit d240ed0

Please sign in to comment.