From 5f7ad874b0cf069de1971d9168eef8e7ac53c268 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sat, 9 Nov 2019 19:33:22 -0800 Subject: [PATCH] Updated interpreter line, doc --- README.md | 10 +++++++++- get-licensed.pl | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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 # ----- #