Skip Menu |

This queue is for tickets about the Win32-Wallpaper CPAN distribution.

Report information
The Basics
Id: 2866
Status: new
Priority: 0/
Queue: Win32-Wallpaper

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Replace Win32::AbsPath with core module File::Spec::Functions
Simply replace use Win32::AbsPath qw(RelativeToAbsolute); with use File::Spec::Functions qw(rel2abs); and $file = RelativeToAbsolute $file; with $file = rel2abs $file; File::Spec::Functions is a core perl module.