in reply to "perl Makefile.PL" does not create tarball?

perl Makefile.PL just creates the Makefile for you, but that Makefile contains targets you can use to create distributions. Some of those targets include:

So make tardist will give you a .tar.gz as you expect (or just make dist, as tardist is the default dist).


We're not surrounded, we're in a target-rich environment!