Sha256: 5b192dfbbe7fc9885c5ee0bc59da51361c472c367ca23c8a48934369fc90a08f

Contents?: true

Size: 859 Bytes

Versions: 38

Compression:

Stored size: 859 Bytes

Contents

#------------------------------------------------------------------------------
# perl:  file(1) magic for Larry Wall's perl language.
#
# The ``eval'' line recognizes an outrageously clever hack for USG systems.
# Keith Waclena <keith@cerberus.uchicago.edu>
# Send additions to <perl5-porters@perl.org>
0	string/b	#!\ /bin/perl			perl script text executable
0	string		eval\ "exec\ /bin/perl		perl script text
0	string/b	#!\ /usr/bin/perl		perl script text executable
0	string		eval\ "exec\ /usr/bin/perl	perl script text
0	string/b	#!\ /usr/local/bin/perl		perl script text
0	string		eval\ "exec\ /usr/local/bin/perl	perl script text executable
0	string		eval\ '(exit\ $?0)'\ &&\ eval\ 'exec	perl script text

# a couple more, by me
# XXX: christos matches
#0	regex		package		Perl5 module source text (via regex)
0	string		package		Perl5 module source text

Version data entries

38 entries across 38 versions & 5 rubygems

Version Path
ruby-filemagic-0.7.3 test/perl
ruby-filemagic-0.7.2-x86-mswin32-60 test/perl
ruby-filemagic-0.7.2-x86-mingw32 test/perl
ruby-filemagic-0.7.2 test/perl
ruby-filemagic-0.7.1-x86-mingw32 test/perl
ruby-filemagic-0.7.1-x86-mswin32-60 test/perl
ruby-filemagic-0.7.1 test/perl
ruby-filemagic-0.7.0-x86-mswin32-60 test/perl
ruby-filemagic-0.7.0-x86-mingw32 test/perl
ruby-filemagic-0.7.0 test/perl
ruby-filemagic-0.6.3-x86-mswin32-60 test/perl
ruby-filemagic-0.6.3-x86-mingw32 test/perl
ruby-filemagic-0.6.3 test/perl
ruby-filemagic-0.6.2-x86-mswin32-60 test/perl
ruby-filemagic-0.6.2-x86-mingw32 test/perl
ruby-filemagic-0.6.2 test/perl
ruby-filemagic-0.6.1 test/perl
blackwinter-ruby-filemagic-0.2.1 test/perl
glongman-ffiruby-filemagic-0.3.3 test/perl
glongman-ffiruby-filemagic-0.3.4 test/perl