From ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 18 Dec 2012 00:14:27 +0000 Subject: help syntax highlighthin in emacs git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@235 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/t/01compile.t | 1 + RPM4/t/02header.t | 1 + RPM4/t/03rpmlib.t | 1 + RPM4/t/04spec.t | 1 + RPM4/t/05transaction.t | 1 + RPM4/t/06sign.t | 1 + RPM4/t/07changelogs.t | 1 + RPM4/t/07dep.t | 1 + RPM4/t/07files.t | 1 + RPM4/t/09hdlist.t | 1 + RPM4/t/11media.t | 1 + 11 files changed, 11 insertions(+) diff --git a/RPM4/t/01compile.t b/RPM4/t/01compile.t index 568a258..e2ed8ae 100644 --- a/RPM4/t/01compile.t +++ b/RPM4/t/01compile.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use Test::More tests => 3; diff --git a/RPM4/t/02header.t b/RPM4/t/02header.t index 52934e0..4ded92b 100644 --- a/RPM4/t/02header.t +++ b/RPM4/t/02header.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/03rpmlib.t b/RPM4/t/03rpmlib.t index c462768..ebedff6 100755 --- a/RPM4/t/03rpmlib.t +++ b/RPM4/t/03rpmlib.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/04spec.t b/RPM4/t/04spec.t index 1ffccf7..6743cfa 100644 --- a/RPM4/t/04spec.t +++ b/RPM4/t/04spec.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/05transaction.t b/RPM4/t/05transaction.t index 1f11b44..c70d765 100644 --- a/RPM4/t/05transaction.t +++ b/RPM4/t/05transaction.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/06sign.t b/RPM4/t/06sign.t index 5dd0c02..5ce13ff 100644 --- a/RPM4/t/06sign.t +++ b/RPM4/t/06sign.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/07changelogs.t b/RPM4/t/07changelogs.t index d2c2555..c0ba394 100644 --- a/RPM4/t/07changelogs.t +++ b/RPM4/t/07changelogs.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/07dep.t b/RPM4/t/07dep.t index 3d42613..2dd352f 100644 --- a/RPM4/t/07dep.t +++ b/RPM4/t/07dep.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/07files.t b/RPM4/t/07files.t index a85e3d6..8ca7e80 100644 --- a/RPM4/t/07files.t +++ b/RPM4/t/07files.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/09hdlist.t b/RPM4/t/09hdlist.t index 17d32f4..ce45371 100644 --- a/RPM4/t/09hdlist.t +++ b/RPM4/t/09hdlist.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/11media.t b/RPM4/t/11media.t index 6df34bf..ac7b037 100644 --- a/RPM4/t/11media.t +++ b/RPM4/t/11media.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; -- cgit v1.2.1