ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.564 by elmex, Thu Apr 28 14:58:08 2011 UTC vs.
Revision 1.565 by root, Sat Apr 30 05:41:17 2011 UTC

1816 for (@$files) { 1816 for (@$files) {
1817 utf8::decode $_; 1817 utf8::decode $_;
1818 next if /\.(?:pl|pst)$/; 1818 next if /\.(?:pl|pst)$/;
1819 next unless /^$PATH_SEP/o; 1819 next unless /^$PATH_SEP/o;
1820 1820
1821 push @paths, cf::map::normalise "~$pl/$_", $pl->map; 1821 push @paths, cf::map::normalise "~$pl/$_";
1822 } 1822 }
1823 1823
1824 \@paths 1824 \@paths
1825} 1825}
1826 1826

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines