The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gungho::Provider::File::Simple - Provide Requests From A Simple File

SYNOPSIS

  provider:
    module: File::Simple
    config:
      filename: /path/to/filename

  # in file
  http://foo.com
  http://bar.com
  http://baz.com

DESCRIPTION

This module allows you to put a list of URLs in a plain text file. Gungho will pick each line up and fetch the URL. You can embed comments via #

METHODS

new

Creates a new instance.

pushback_request

dispatch