DESCR 415 B

123456789
  1. This is a minimal screen scraping interface to the Drupal admin pages.
  2. Its primary purpose (at the moment) is to provide a means to automate
  3. drupal core upgrades.
  4. Most of the methods in this class depend on English strings from the
  5. pages' value fields, because WWW::Mechanize doesn't use id fields as
  6. selectors. Thus, this module will most likely not work for sites with
  7. a backend set to any non-English language.