Revision history for WWW-Crawl

0.1     26th September 2023
        First version, released on an unsuspecting world.

0.2     6th January 2026
        Added WWW::Crawl::Chromium
        An alternative Crawl module using the Chromium browser to retrieve dynamic webpages.

        We now support Perl v5.16 to v5.42 and later.

0.3     7th January 2026
        Added proxy support to WWW::Crawl::Chromium

0.4     7th January 2026
        Added extra callback parameter containing the body of the page 
        Increased default timeout to 120 seconds

0.5     18th January 2026
        Added WWW::Crawl::Auto
        An alternative Crawl module to Auto-detect whether to use HTTP or Chromium.

        Added retry_count/debug options.
        Made the Chromium module more robust.