Make the gruop parser handle blank lines in /etc/group
[scpubgit/System-Introspector.git] / lib / System / Introspector.pm
CommitLineData
cf02394f 1use strictures 1;
2
3package System::Introspector;
4
5our $VERSION = '0.000001';
6$VERSION = eval $VERSION;
7
7cf7b9c3 8# lots of this stuff sponsored by socialflow.com
9
cf02394f 101;