distribution fixes
[scpubgit/System-Introspector.git] / lib / System / Introspector.pm
1 use strictures 1;
2
3 package System::Introspector;
4
5 our $VERSION = '0.000001';
6 $VERSION = eval $VERSION;
7
8 1;