#!/usr/bin/perl -w # # Updates the version of YUI3 used by Bugzilla. Just pass the path to # an unzipped yui release directory, like: # # contrib/new-yui3.pl /path/to/yui3/ # use strict; use FindBin; use File::Find; use File::Basename; use constant EXCLUDES => qw( gallery-* ); sub usage { my $error = shift; print "$error\n"; print <