How to Install libdist-zilla-plugin-prepender-perl in Ubuntu 18.04



Install libdist-zilla-plugin-prepender-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libdist-zilla-plugin-prepender-perl

Description:

Dist::Zilla plugin to prepend lines at the top of your perl files

Dist::Zilla::Plugin::Prepender will prepend lines specified in dist.ini to each Perl module or program within your Perl distribution. For scripts having a shebang line, lines will be inserted just after it. . This module is useful to enforce a set of pragmas to your files (since pragmas are lexical, they will be active for the whole file), or to add some copyright comments, as recommended by the Free Software Foundation.

Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Prepender

Version: 2.004-1

Section: universe/perl