Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Inspector CPAN distribution.

Report information
The Basics
Id: 5753
Status: resolved
Worked: 50 min
Priority: 0/
Queue: Class-Inspector

People
Owner: adamk [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.03
Fixed in: (no value)



Subject: bug in filename (should always assume / as separator)
bug in filename (should always assume / as separator) perl does, at least when use/require Module::Name is concerned this is why loaded_filename/resolved_filename test in 01_main.t fail on windows example: E:\>perl -MCGI::Cookie -le"print for grep /cookie/i , %INC" CGI/Cookie.pm C:/Perl/lib/CGI/Cookie.pm E:\>perl -MFile::Spec -le"die File::Spec->catfile(@ARGV)" CGI Cookie.pm CGI\Cookie.pm at -e line 1. E:\>perl -MClass::Inspector -le"print for Class::Inspector->filename('Class::Inspector'), grep /inspector/i, %INC;" Class\Inspector.pm Class/Inspector.pm C:/Perl/site/lib/Class/Inspector.pm E:\>
[guest - Mon Mar 22 07:59:35 2004]: Show quoted text
> bug in filename (should always assume / as separator) > perl does, at least when use/require Module::Name is concerned > > this is why loaded_filename/resolved_filename test in 01_main.t > fail on windows > > example: > > E:\>perl -MCGI::Cookie -le"print for grep /cookie/i , %INC" > CGI/Cookie.pm > C:/Perl/lib/CGI/Cookie.pm > > E:\>perl -MFile::Spec -le"die File::Spec->catfile(@ARGV)" CGI > Cookie.pm > CGI\Cookie.pm at -e line 1. > > E:\>perl -MClass::Inspector -le"print for Class::Inspector-
> >filename('Class::Inspector'), grep /inspector/i, %INC;"
> Class\Inspector.pm > Class/Inspector.pm > C:/Perl/site/lib/Class/Inspector.pm > > E:\>
This is still broken in Class-Inspector-1.05 DIED. FAILED tests 15, 17, 19