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

METHODS

new

Creates a new instance.

get_requests

Opens the filename specified in the config file, and reads each line in the file, converting them to a simple Gungho::Request object.