Show upgrade.pl syntax highlighted
#!/usr/bin/perl -w
#
# To help avoid confusion from the old 'upgrade.pl' this file is
# replaced with this shortcut to run the current upgrade.
use FindBin;
use File::Spec::Functions;
system(catfile($FindBin::Bin, "upgrade-224-to-23.pl"));
See more files for this project here