# The right way to build a package; this will automatically add a version number # by reading $VERSION inside your .pm file as well as create a META.yml index perl Makefile.PL; make test; make dist # The fallback method, just in case; no META.yml, and you'll have to append the version tar cvzf Amazing-Perl-Extension-0.01.tgz Amazing-Perl-Extension