~ubuntu-branches/ubuntu/trusty/libperl5i-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to bin/perl5i.bat.PL

  • Committer: Bazaar Package Importer
  • Author(s): Ivan Kohler
  • Date: 2010-05-08 17:42:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100508174200-7ogg0zrimh9gvcuw
Tags: upstream-2.1.1
ImportĀ upstreamĀ versionĀ 2.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl -w
 
2
 
 
3
my $file = shift;
 
4
open my $fh, ">", $file or die "Can't open $file: $!";
 
5
printf $fh <<'END', $^X;
 
6
@echo off
 
7
%s -Mperl5i::cmd=perl5i.bat %%*
 
8
END