in reply to How to make distribution for simple script with CPAN dependencies?

Hi, learning perl.

G'day peteyboy and welcome to the monastery!

The most glaring thing I noticed in your first post is the lack of:

use strict; use warnings;
This topic, along with many others, is discussed in many of the links here: Learning Perl Links

Good luck on your learning Perl journey and please feel free to ask us further questions.

👁️🍾👍🦟
  • Comment on Re: How to make distribution for simple script with CPAN dependencies?
  • Download Code

Replies are listed 'Best First'.
Re^2: How to make distribution for simple script with CPAN dependencies?
by peteyboy (Novice) on Mar 11, 2024 at 07:11 UTC
    Oh, thanks, forgot to put that in the dummy pm file. I will do it!