use all non-arch-specific non-core dirs in @INC
[scpubgit/Tak.git] / lib / Tak / Takfile.pm
1 package Tak::Takfile;
2
3 use strictures 1;
4 use warnings::illegalproto ();
5
6 sub import {
7   strictures->import;
8   warnings::illegalproto->unimport;
9 }
10
11 1;