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

NAME

Footprintless::Resource - A resource provided by a provider

VERSION

version 1.03

DESCRIPTION

The abstract base class for all resources. The class defines the contract that all resources must adhere to. Resources are not intended to be used directly. Instead an instance of Footprintless::ResourceManager should be initialized with an ordered list of providers. See Footprintless::ResourceManager for usage.

CONSTRUCTORS

new($url)

See implementation classes.

ATTRIBUTES

get_url()

Returns the URL for this resource.

AUTHOR

Lucas Theisen <lucastheisen@pastdev.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Lucas Theisen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

SEE ALSO

Please see those modules/websites for more information related to this module.