diff options
author | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-12-18 00:14:27 +0000 |
---|---|---|
committer | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-12-18 00:14:27 +0000 |
commit | ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a (patch) | |
tree | 1a21877e07809340caebe6e314c0cf417478bf2e /RPM4 | |
parent | 8a4cfd1fe9d0f34a11bf03fa973a94d5ff016eb3 (diff) | |
download | perl-RPM4-ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a.tar perl-RPM4-ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a.tar.gz perl-RPM4-ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a.tar.bz2 perl-RPM4-ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a.tar.xz perl-RPM4-ecbb9d7c65e7ad39283288f9ae53ecddfa784a7a.zip |
help syntax highlighthin in emacs
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@235 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/t/01compile.t | 1 | ||||
-rw-r--r-- | RPM4/t/02header.t | 1 | ||||
-rwxr-xr-x | RPM4/t/03rpmlib.t | 1 | ||||
-rw-r--r-- | RPM4/t/04spec.t | 1 | ||||
-rw-r--r-- | RPM4/t/05transaction.t | 1 | ||||
-rw-r--r-- | RPM4/t/06sign.t | 1 | ||||
-rw-r--r-- | RPM4/t/07changelogs.t | 1 | ||||
-rw-r--r-- | RPM4/t/07dep.t | 1 | ||||
-rw-r--r-- | RPM4/t/07files.t | 1 | ||||
-rw-r--r-- | RPM4/t/09hdlist.t | 1 | ||||
-rw-r--r-- | RPM4/t/11media.t | 1 |
11 files changed, 11 insertions, 0 deletions
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; |