Skip to content

Commit

Permalink
file paths in file uris always need to start with a /
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Aug 9, 2011
1 parent c4f8b67 commit 4f0896b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/31-external-entities-libxml.t
Expand Up @@ -4,6 +4,7 @@ use Test::More;
use XML::Atom::Entry;
use FindBin;
my $filepath = "$FindBin::Bin/samples/entry-ns.xml";
$filepath = "/$filepath" if $filepath !~ m@^/@;

BEGIN {
unless (eval { require XML::LibXML }) {
Expand Down

0 comments on commit 4f0896b

Please sign in to comment.