ok i'm running windows 2k client that i use to connect to several veritas master servers ...
i grabed the NBU perl module ( just did a cpan , install NBU ) found here and it seems to have more than enuf functions i can use ....
problem is when i go to install it , it gives this on the install test
C:\.cpan\build\NBU-0.90>C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\
lib', 'blib\arch')" t\installed.t
t\installed....Use of uninitialized value in concatenation (.) or string at C:\.cpan\build\NBU-0.90
\blib\lib/NBU/Job.pm line 62.
Use of uninitialized value in concatenation (.) or string at C:\.cpan\build\NBU-0.90\blib\lib/NBU.pm line 118.
it does the nbu.pm line 118 thing about 40 times but i'm not pasting that here
now the funny part is that cpan says the test was ok and finished up the install .. of course any time i use any of the modules i get the same error or a path not found error .. so their is somthing going on ...
also of note ... because of the diferance between windows and unix , cpan add a few thing to the scripts ( mainly just changes path seprators ) so the line #'
s i get dont match up 100% with whats here
( line 62 does match the same place where i get the error ) ...
could somone with windows/perl/veritas please see if they can get this package to work?!
i grabed the NBU perl module ( just did a cpan , install NBU ) found here and it seems to have more than enuf functions i can use ....
problem is when i go to install it , it gives this on the install test
C:\.cpan\build\NBU-0.90>C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\
lib', 'blib\arch')" t\installed.t
t\installed....Use of uninitialized value in concatenation (.) or string at C:\.cpan\build\NBU-0.90
\blib\lib/NBU/Job.pm line 62.
Use of uninitialized value in concatenation (.) or string at C:\.cpan\build\NBU-0.90\blib\lib/NBU.pm line 118.
it does the nbu.pm line 118 thing about 40 times but i'm not pasting that here
now the funny part is that cpan says the test was ok and finished up the install .. of course any time i use any of the modules i get the same error or a path not found error .. so their is somthing going on ...
also of note ... because of the diferance between windows and unix , cpan add a few thing to the scripts ( mainly just changes path seprators ) so the line #'
s i get dont match up 100% with whats here
( line 62 does match the same place where i get the error ) ...
could somone with windows/perl/veritas please see if they can get this package to work?!