Ticket #248: timeline-no-shebang.patch
| File timeline-no-shebang.patch, 1.1 KB (added by dam, 4 years ago) |
|---|
-
share/timeline/migrate-1.pl
a b 1 #!/usr/bin/perl2 3 1 use strict; 4 2 use File::Spec (); 5 3 use lib File::Spec->rel2abs( -
share/timeline/migrate-2.pl
a b 1 #!/usr/bin/perl2 3 1 # This patch creates the plugin table. 4 2 # In the initial implementation this stores the enabled/disabled 5 3 # state of the plugin, the version, and the config structure for -
share/timeline/migrate-3.pl
a b 1 #!/usr/bin/perl2 3 1 # This patch removes the old modules table. 4 2 5 3 use strict; -
share/timeline/migrate-4.pl
a b 1 #!/usr/bin/perl2 3 1 use strict; 4 2 use File::Spec (); 5 3 use lib File::Spec->rel2abs( -
share/timeline/migrate-5.pl
a b 1 #!/usr/bin/perl2 3 1 use strict; 4 2 use File::Spec (); 5 3 use lib File::Spec->rel2abs( -
share/timeline/migrate-6.pl
a b 1 #!/usr/bin/perl2 3 1 # Rebuild the config table as not null. 4 2 5 3 use strict;
