Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 788abce

Browse files
committed
Devel-PPPort: 3.35_03 fix for . in @inc
1 parent c402e0c commit 788abce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpan/Devel-PPPort/PPPort_pm.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
use strict;
1717
$^W = 1;
18-
require "parts/ppptools.pl";
18+
require "./parts/ppptools.pl";
1919

2020
my $INCLUDE = 'parts/inc';
2121
my $DPPP = 'DPPP_';
@@ -541,7 +541,7 @@ package Devel::PPPort;
541541
use strict;
542542
use vars qw($VERSION $data);
543543
544-
$VERSION = '3.35_02';
544+
$VERSION = '3.35_03';
545545
546546
sub _init_data
547547
{

0 commit comments

Comments
 (0)