Changeset 3390 in MondoRescue for branches/3.2/mindi/mindi-get-perl-modules


Ignore:
Timestamp:
Jun 3, 2015, 7:37:48 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • mindi logs now the perl modules found
  • lib is also a useful perl module not automatically detected at least on CentOS6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi-get-perl-modules

    r3389 r3390  
    105105print TMPF "use bytes;\n";
    106106print TMPF "# To prevent a bug with perl 5.10.0\n";
    107 print TMPF "require Tie::Hash::NamedCapture;\n";
     107print TMPF "use Tie::Hash::NamedCapture;\n";
     108print TMPF "# To prevent a bug somewhere with scan_deps :-(\n";
     109print TMPF "use lib;\n";
    108110close(TMPF);
    109111
Note: See TracChangeset for help on using the changeset viewer.