File: slice_boot.pl.in

package info (click to toggle)
slice 1.3.2-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 724 kB
  • ctags: 472
  • sloc: perl: 3,335; ansic: 3,054; sh: 437; makefile: 248; yacc: 105
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10

# get rid of nasty warnings
BEGIN { $^W = 0; }

#   bootstrapping private installed modules
use lib "@MM_INSTALLPRIVLIB@";
use lib "@MM_INSTALLARCHLIB@";
use lib "@MM_INSTALLSITELIB@";
use lib "@MM_INSTALLSITEARCH@";