commit 24e4097bfdd45aac61db3674cd26ee9a456050dc Author: Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> Date: Thu Feb 2 18:58:23 2012 +0100 New. rt-3.8.11-shebang.diff | 360 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 360 insertions(+), 0 deletions(-) --- diff --git a/rt-3.8.11-shebang.diff b/rt-3.8.11-shebang.diff new file mode 100644 index 0000000..f141c00 --- /dev/null +++ b/rt-3.8.11-shebang.diff @@ -0,0 +1,360 @@ +diff -Naur rt-3.8.11-7/t/00-compile.t rt-3.8.11/t/00-compile.t +--- rt-3.8.11-7/t/00-compile.t 2011-11-08 18:48:47.000000000 +0100 ++++ rt-3.8.11/t/00-compile.t 2012-02-02 16:39:24.615355271 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/ace.t rt-3.8.11/t/api/ace.t +--- rt-3.8.11-7/t/api/ace.t 2012-02-02 16:36:14.887343461 +0100 ++++ rt-3.8.11/t/api/ace.t 2012-02-02 16:39:53.189595584 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/action-createtickets.t rt-3.8.11/t/api/action-createtickets.t +--- rt-3.8.11-7/t/api/action-createtickets.t 2012-02-02 16:36:14.888343479 +0100 ++++ rt-3.8.11/t/api/action-createtickets.t 2012-02-02 16:39:53.196595329 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/attachment_filename.t rt-3.8.11/t/api/attachment_filename.t +--- rt-3.8.11-7/t/api/attachment_filename.t 2012-02-02 16:36:14.889343497 +0100 ++++ rt-3.8.11/t/api/attachment_filename.t 2012-02-02 16:39:53.202595140 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use RT::Test tests => 5; + use MIME::Entity; + my $ticket = RT::Ticket->new($RT::SystemUser); +diff -Naur rt-3.8.11-7/t/api/attachment.t rt-3.8.11/t/api/attachment.t +--- rt-3.8.11-7/t/api/attachment.t 2012-02-02 16:36:14.889343497 +0100 ++++ rt-3.8.11/t/api/attachment.t 2012-02-02 16:39:53.208595043 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/attribute.t rt-3.8.11/t/api/attribute.t +--- rt-3.8.11-7/t/api/attribute.t 2012-02-02 16:36:14.890343515 +0100 ++++ rt-3.8.11/t/api/attribute.t 2012-02-02 16:39:53.215594971 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/attribute-tests.t rt-3.8.11/t/api/attribute-tests.t +--- rt-3.8.11-7/t/api/attribute-tests.t 2012-02-02 16:36:14.890343515 +0100 ++++ rt-3.8.11/t/api/attribute-tests.t 2012-02-02 16:39:53.221594936 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + use RT; +diff -Naur rt-3.8.11-7/t/api/condition-ownerchange.t rt-3.8.11/t/api/condition-ownerchange.t +--- rt-3.8.11-7/t/api/condition-ownerchange.t 2012-02-02 16:36:14.894343584 +0100 ++++ rt-3.8.11/t/api/condition-ownerchange.t 2012-02-02 16:39:53.270595471 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/condition-reject.t rt-3.8.11/t/api/condition-reject.t +--- rt-3.8.11-7/t/api/condition-reject.t 2012-02-02 16:36:14.895343601 +0100 ++++ rt-3.8.11/t/api/condition-reject.t 2012-02-02 16:39:53.276595546 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + # + # Check that the "On Reject" scrip condition exists and is working + # +diff -Naur rt-3.8.11-7/t/api/currentuser.t rt-3.8.11/t/api/currentuser.t +--- rt-3.8.11-7/t/api/currentuser.t 2012-02-02 16:36:14.895343601 +0100 ++++ rt-3.8.11/t/api/currentuser.t 2012-02-02 16:39:53.282595620 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/customfield.t rt-3.8.11/t/api/customfield.t +--- rt-3.8.11-7/t/api/customfield.t 2012-02-02 16:36:14.895343601 +0100 ++++ rt-3.8.11/t/api/customfield.t 2012-02-02 16:39:53.288595695 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/emailparser.t rt-3.8.11/t/api/emailparser.t +--- rt-3.8.11-7/t/api/emailparser.t 2012-02-02 16:36:14.897343635 +0100 ++++ rt-3.8.11/t/api/emailparser.t 2012-02-02 16:39:53.300595843 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/groups.t rt-3.8.11/t/api/groups.t +--- rt-3.8.11-7/t/api/groups.t 2012-02-02 16:36:14.898343652 +0100 ++++ rt-3.8.11/t/api/groups.t 2012-02-02 16:39:53.307595929 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/group.t rt-3.8.11/t/api/group.t +--- rt-3.8.11-7/t/api/group.t 2012-02-02 16:36:14.898343652 +0100 ++++ rt-3.8.11/t/api/group.t 2012-02-02 16:39:53.313596002 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/i18n.t rt-3.8.11/t/api/i18n.t +--- rt-3.8.11-7/t/api/i18n.t 2012-02-02 16:36:14.899343670 +0100 ++++ rt-3.8.11/t/api/i18n.t 2012-02-02 16:39:53.319596078 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/link.t rt-3.8.11/t/api/link.t +--- rt-3.8.11-7/t/api/link.t 2012-02-02 16:36:14.899343670 +0100 ++++ rt-3.8.11/t/api/link.t 2012-02-02 16:39:53.325596150 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/queue.t rt-3.8.11/t/api/queue.t +--- rt-3.8.11-7/t/api/queue.t 2012-02-02 16:36:14.900343688 +0100 ++++ rt-3.8.11/t/api/queue.t 2012-02-02 16:39:53.338596312 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/record.t rt-3.8.11/t/api/record.t +--- rt-3.8.11-7/t/api/record.t 2012-02-02 16:36:14.900343688 +0100 ++++ rt-3.8.11/t/api/record.t 2012-02-02 16:39:53.344596386 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/reminders.t rt-3.8.11/t/api/reminders.t +--- rt-3.8.11-7/t/api/reminders.t 2012-02-02 16:36:14.901343706 +0100 ++++ rt-3.8.11/t/api/reminders.t 2012-02-02 16:39:53.350596460 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/rt.t rt-3.8.11/t/api/rt.t +--- rt-3.8.11-7/t/api/rt.t 2012-02-02 16:36:14.902343724 +0100 ++++ rt-3.8.11/t/api/rt.t 2012-02-02 16:39:53.368596683 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/scrip.t rt-3.8.11/t/api/scrip.t +--- rt-3.8.11-7/t/api/scrip.t 2012-02-02 16:36:14.903343741 +0100 ++++ rt-3.8.11/t/api/scrip.t 2012-02-02 16:39:53.381596843 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/searchbuilder.t rt-3.8.11/t/api/searchbuilder.t +--- rt-3.8.11-7/t/api/searchbuilder.t 2012-02-02 16:36:14.903343741 +0100 ++++ rt-3.8.11/t/api/searchbuilder.t 2012-02-02 16:39:53.387596916 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/system.t rt-3.8.11/t/api/system.t +--- rt-3.8.11-7/t/api/system.t 2012-02-02 16:36:14.904343758 +0100 ++++ rt-3.8.11/t/api/system.t 2012-02-02 16:39:53.393596992 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/template.t rt-3.8.11/t/api/template.t +--- rt-3.8.11-7/t/api/template.t 2012-02-02 16:36:14.904343758 +0100 ++++ rt-3.8.11/t/api/template.t 2012-02-02 16:39:53.405597140 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/tickets_overlay_sql.t rt-3.8.11/t/api/tickets_overlay_sql.t +--- rt-3.8.11-7/t/api/tickets_overlay_sql.t 2012-02-02 16:36:14.906343792 +0100 ++++ rt-3.8.11/t/api/tickets_overlay_sql.t 2012-02-02 16:39:53.412597225 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use RT; + use RT::Test tests => 19; +diff -Naur rt-3.8.11-7/t/api/tickets.t rt-3.8.11/t/api/tickets.t +--- rt-3.8.11-7/t/api/tickets.t 2012-02-02 16:36:14.905343775 +0100 ++++ rt-3.8.11/t/api/tickets.t 2012-02-02 16:39:53.418597299 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/ticket.t rt-3.8.11/t/api/ticket.t +--- rt-3.8.11-7/t/api/ticket.t 2012-02-02 16:36:14.905343775 +0100 ++++ rt-3.8.11/t/api/ticket.t 2012-02-02 16:39:53.423597362 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/txn_content.t rt-3.8.11/t/api/txn_content.t +--- rt-3.8.11-7/t/api/txn_content.t 2012-02-02 16:36:14.906343792 +0100 ++++ rt-3.8.11/t/api/txn_content.t 2012-02-02 16:39:53.430597447 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use warnings; + use strict; + +diff -Naur rt-3.8.11-7/t/api/uri-fsck_com_rt.t rt-3.8.11/t/api/uri-fsck_com_rt.t +--- rt-3.8.11-7/t/api/uri-fsck_com_rt.t 2012-02-02 16:36:14.906343792 +0100 ++++ rt-3.8.11/t/api/uri-fsck_com_rt.t 2012-02-02 16:39:53.436597522 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + use RT; +diff -Naur rt-3.8.11-7/t/api/uri-t.t rt-3.8.11/t/api/uri-t.t +--- rt-3.8.11-7/t/api/uri-t.t 2012-02-02 16:36:14.906343792 +0100 ++++ rt-3.8.11/t/api/uri-t.t 2012-02-02 16:39:53.442597595 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + use RT; +diff -Naur rt-3.8.11-7/t/api/users.t rt-3.8.11/t/api/users.t +--- rt-3.8.11-7/t/api/users.t 2012-02-02 16:36:14.908343826 +0100 ++++ rt-3.8.11/t/api/users.t 2012-02-02 16:39:53.448597671 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/api/user.t rt-3.8.11/t/api/user.t +--- rt-3.8.11-7/t/api/user.t 2012-02-02 16:36:14.908343826 +0100 ++++ rt-3.8.11/t/api/user.t 2012-02-02 16:39:53.455597755 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/approval/admincc.t rt-3.8.11/t/approval/admincc.t +--- rt-3.8.11-7/t/approval/admincc.t 2012-02-02 16:36:14.909343843 +0100 ++++ rt-3.8.11/t/approval/admincc.t 2012-02-02 16:39:53.461597830 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/approval/basic.t rt-3.8.11/t/approval/basic.t +--- rt-3.8.11-7/t/approval/basic.t 2012-02-02 16:36:14.910343861 +0100 ++++ rt-3.8.11/t/approval/basic.t 2012-02-02 16:39:53.467597905 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/pod.t rt-3.8.11/t/pod.t +--- rt-3.8.11-7/t/pod.t 2011-11-08 18:48:47.000000000 +0100 ++++ rt-3.8.11/t/pod.t 2012-02-02 16:39:24.641355767 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + +diff -Naur rt-3.8.11-7/t/savedsearch.t rt-3.8.11/t/savedsearch.t +--- rt-3.8.11-7/t/savedsearch.t 2011-11-08 18:48:47.000000000 +0100 ++++ rt-3.8.11/t/savedsearch.t 2012-02-02 16:39:24.653355961 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + BEGIN { $ENV{'LANG'} = 'C' } +diff -Naur rt-3.8.11-7/t/shredder/00load.t rt-3.8.11/t/shredder/00load.t +--- rt-3.8.11-7/t/shredder/00load.t 2012-02-02 16:36:14.926344139 +0100 ++++ rt-3.8.11/t/shredder/00load.t 2012-02-02 16:39:53.603599583 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + use File::Spec; +diff -Naur rt-3.8.11-7/t/ticket/deferred_owner.t rt-3.8.11/t/ticket/deferred_owner.t +--- rt-3.8.11-7/t/ticket/deferred_owner.t 2012-02-02 16:36:14.934344278 +0100 ++++ rt-3.8.11/t/ticket/deferred_owner.t 2012-02-02 16:39:53.715600967 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/ticket/linking.t rt-3.8.11/t/ticket/linking.t +--- rt-3.8.11-7/t/ticket/linking.t 2012-02-02 16:36:14.936344312 +0100 ++++ rt-3.8.11/t/ticket/linking.t 2012-02-02 16:39:53.721601039 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/ticket/quicksearch.t rt-3.8.11/t/ticket/quicksearch.t +--- rt-3.8.11-7/t/ticket/quicksearch.t 2012-02-02 16:36:14.937344330 +0100 ++++ rt-3.8.11/t/ticket/quicksearch.t 2012-02-02 16:39:53.740601276 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + #!/usr/bin/perl -w + +diff -Naur rt-3.8.11-7/t/ticket/scrips_batch.t rt-3.8.11/t/ticket/scrips_batch.t +--- rt-3.8.11-7/t/ticket/scrips_batch.t 2012-02-02 16:36:14.938344348 +0100 ++++ rt-3.8.11/t/ticket/scrips_batch.t 2012-02-02 16:39:53.752601424 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + + use strict; + use warnings; +diff -Naur rt-3.8.11-7/t/web/charting.t rt-3.8.11/t/web/charting.t +--- rt-3.8.11-7/t/web/charting.t 2012-02-02 16:36:14.948344521 +0100 ++++ rt-3.8.11/t/web/charting.t 2012-02-02 16:39:53.871602892 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + +diff -Naur rt-3.8.11-7/t/web/path-traversal.t rt-3.8.11/t/web/path-traversal.t +--- rt-3.8.11-7/t/web/path-traversal.t 2012-02-02 16:36:14.960344729 +0100 ++++ rt-3.8.11/t/web/path-traversal.t 2012-02-02 16:39:53.984604288 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + use warnings; + +diff -Naur rt-3.8.11-7/t/web/private-components.t rt-3.8.11/t/web/private-components.t +--- rt-3.8.11-7/t/web/private-components.t 2012-02-02 16:36:14.960344729 +0100 ++++ rt-3.8.11/t/web/private-components.t 2012-02-02 16:39:53.990604361 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + + use RT::Test tests => 20; +diff -Naur rt-3.8.11-7/t/web/richtext-autohandler.t rt-3.8.11/t/web/richtext-autohandler.t +--- rt-3.8.11-7/t/web/richtext-autohandler.t 2012-02-02 16:36:14.963344783 +0100 ++++ rt-3.8.11/t/web/richtext-autohandler.t 2012-02-02 16:39:54.027604818 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + use strict; + + use RT::Test tests => 7; -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel