From 9247bd49902cc72b6f385bbdad4c388f12223afb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 29 Oct 2011 18:30:50 +0200 Subject: [PATCH] Remove surplus hashbangs. --- UCW/Temple.pm | 1 - UCW/Temple/CGI.pm | 1 - UCW/Temple/Links.pm | 1 - 3 files changed, 3 deletions(-) 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 -- 2.39.2