Skip Menu |

This queue is for tickets about the App-EC2Cssh CPAN distribution.

Report information
The Basics
Id: 107958
Status: resolved
Worked: 2 min
Priority: 0/
Queue: App-EC2Cssh

People
Owner: JETEVE [...] cpan.org
Requestors: vlasenko [...] imath.kiev.ua
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.003
Fixed in: 0.004



Subject: invalid shabang in scripts/ec2-cssh
From: vlasenko [...] imath.kiev.ua
invalid shabang: #! /usr/bin/env perl -w should be w/o blank space - -#! /usr/bin/env perl -w +#!/usr/bin/env perl -w
Hi, thanks for the report. Version 0.004 with the fix will hit the CPAN very shortly. J. On Sat Oct 24 14:22:17 2015, VIY wrote: Show quoted text
> invalid shabang: #! /usr/bin/env perl -w > should be w/o blank space - > -#! /usr/bin/env perl -w > +#!/usr/bin/env perl -w
Fixed.