Skip to content
  • Mac Newbold's avatar
    Lots of small changes for turning our 'require lib*' lines into 'use lib*'... · e2ed8a1c
    Mac Newbold authored
    Lots of small changes for turning our 'require lib*' lines into 'use lib*' lines. Proper modules declare themselves as a package, and use Exporter to export the names of the subroutines that should be visible from the outside world. Many of ours didn't do that, it was just a file with a bunch of subs in it. So now I've fixed many of them to be proper, and removed the requires and 'push(@INC,...)' hacks and changed it to the proper 'use lib @prefix@/lib/;' and use lib*.
    e2ed8a1c