diff --git a/README.md b/README.md index c844b48..ad108d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ get-licensed ============ -A Perl tool to add license stubs to source code files \ No newline at end of file +A Perl tool to add license stubs to source code files + +Dependencies +------------ + +* Pluggable Perl module: To install on Debian, use the following: + + % apt install libmodule-pluggable-perl + diff --git a/get-licensed.pl b/get-licensed.pl index f3a450c..532110c 100755 --- a/get-licensed.pl +++ b/get-licensed.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # ----- #