From: Martin Mares Date: Sat, 29 Oct 2011 16:30:50 +0000 (+0200) Subject: Remove surplus hashbangs. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9247bd49902cc72b6f385bbdad4c388f12223afb;p=temple.git Remove surplus hashbangs. --- diff --git a/UCW/Temple.pm b/UCW/Temple.pm index 1a3dc97..ffbb28b 100644 --- a/UCW/Temple.pm +++ b/UCW/Temple.pm @@ -1,4 +1,3 @@ -#!/usr/bin/perl # A really simple template engine # (c) 2004--2008 Martin Mares diff --git a/UCW/Temple/CGI.pm b/UCW/Temple/CGI.pm index 624f7e0..f311fa6 100644 --- a/UCW/Temple/CGI.pm +++ b/UCW/Temple/CGI.pm @@ -1,4 +1,3 @@ -#!/usr/bin/perl # Building blocks of CGI's using the UCW::Temple template engine # (c) 2010 Martin Mares diff --git a/UCW/Temple/Links.pm b/UCW/Temple/Links.pm index f60d67c..d47764f 100644 --- a/UCW/Temple/Links.pm +++ b/UCW/Temple/Links.pm @@ -1,4 +1,3 @@ -#!/usr/bin/perl # A really simple template engine: Link helpers # (c) 2008 Martin Mares