NAME
fetch_languages.pl - Fetch language implementations from their source code management repositories
SYNOPSIS
perl fetch_languages.pl
perl fetch_languages.pl [--update] [--lang=<hll>]
DESCRIPTION
Creates a directory called 'languages' and checks out the languages.
HISTORY
2009-03-14 Salvaged from https:/svn.parrot.org/parrot/trunk/config/gen/makefiles/languages.in@37396.
2009-06-28 --lang=<hll> option added by s1n++.