#!/usr/bin/perl -w use ExtUtils::MakeMaker; WriteMakefile (ABSTRACT => 'Misc Utils for your use', AUTHOR => 'BPrudent (Brandon Prudent)', DISTNAME => 'MiscUtils', INSTALLMAN3DIR => 'none', VERSION => '1.0.0');