From ee1b97f68d407a38f8f833a0cff152a679046048 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Mon, 16 Jan 2012 08:57:40 +0100 Subject: [PATCH] shebang and usual pragmas --- t/p2p.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/t/p2p.t b/t/p2p.t index 456fed8827..1e471332dc 100755 --- a/t/p2p.t +++ b/t/p2p.t @@ -1,3 +1,8 @@ +#!/usr/bin/perl + +use strict; +use warnings; + use FusionInventory::Agent::Task::Deploy::P2P; use Data::Dumper; use Test::More tests => 3;