On Tue, May 28, 2013 at 8:05 PM, Rahim Fakir <[email protected]> wrote: > I wanted to do C:\cpan Foo::Bar and something strange happened, the > following lines, pls help: > > C:\Users\Rahim\Documents>cpan Foo::Bar > Base class package "DBIx::Class::Schema" is empty. > (Perhaps you need to 'use' the module which defines that package first, > or make that module available in @INC (@INC contains: > C:\Perl64\site\lib\MSW > in32-x64-multi-thread C:\Perl64\site\lib C:\Perl64\lib > C:\Users\Rahim\Documents) > .
I don't use Perl on Windows, but it seems to me that you are referring to a module that is not in the library path. Probably you have not installed it? Luca -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
