comparison xpath @ 1:1ba5c66e39c9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
author iuc
date Sat, 25 Jun 2016 17:12:39 -0400
parents 7e01c6a6dbed
children
comparison
equal deleted inserted replaced
0:7e01c6a6dbed 1:1ba5c66e39c9
1 #!/usr/bin/perl -w 1 #!/usr/bin/env perl
2 eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}' 2 eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
3 if 0; # not running under some shell 3 if 0; # not running under some shell
4 use strict; 4 use strict;
5 5
6 $| = 1; 6 $| = 1;