Changeset 1390 for trunk/postprocessors

Show
Ignore:
Timestamp:
09/19/11 19:05:05 (8 months ago)
Author:
max
Message:

shepherd 1.6.0: Change shebang lines from '/usr/bin/perl' to '/usr/bin/env perl', which is more portable (i.e. works on OSX).

Location:
trunk/postprocessors
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/postprocessors/augment_timezone

    r1009 r1390  
    1 #!/usr/bin/perl -w 
     1#!/usr/bin/env perl 
    22 
    33# Augment XMLTV start/stop times with the local timezone if MythTV's 
     
    3939 
    4040use strict; 
     41use warnings; 
    4142my $progname = "augment_timezone"; 
    42 my $version = "0.21"; 
     43my $version = "0.22"; 
    4344 
    4445use XMLTV; 
  • trunk/postprocessors/flag_aus_hdtv

    r1207 r1390  
    1 #!/usr/bin/perl 
     1#!/usr/bin/env perl 
    22 
    33# flag_aus_hdtv 
     
    1717 
    1818my $progname = "flag_aus_hdtv"; 
    19 my $version = "0.50"; 
     19my $version = "0.51"; 
    2020 
    2121$| = 1; 
  • trunk/postprocessors/imdb_augment_data

    r1290 r1390  
    1 #!/usr/bin/perl -w 
     1#!/usr/bin/env perl 
    22 
    33# IMDb XMLTV data augmenter  <ltd@interlink.com.au> 
     
    2525 
    2626use strict; 
     27use warnings; 
    2728 
    2829my $progname = "imdb_augment_data"; 
    29 my $version = "1.00"; 
     30my $version = "1.01"; 
    3031 
    3132use XMLTV;