Skip to content

Commit

Permalink
More LineCache.pm pod improvements. Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed Sep 17, 2012
1 parent 0196349 commit 8b1d6a4
Show file tree
Hide file tree
Showing 6 changed files with 478 additions and 158 deletions.
6 changes: 4 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ use Config;
use File::Basename;
use File::Spec;

use lib File::Spec->catfile(dirname(__FILE__), 'lib');
use Devel::Trepan;
my $lib = File::Spec->catfile(dirname(__FILE__), 'lib');
unshift @INC, $lib;
require Devel::Trepan;

my $release_status = ($Devel::Trepan::VERSION =~ /_/) ? 'testing' : 'stable';
# print "$Devel::Trepan::VERSION $release_status\n";

my $builder = Module::Build->new(
module_name => 'Devel::Trepan',
Expand Down
Loading

0 comments on commit 8b1d6a4

Please sign in to comment.