Faker::Plugin::EsEs
Es-Es Plugin Superclass
Fake Data Plugin Superclass (Es-Es)
method: new
package main;
use Faker::Plugin::EsEs;
my $plugin = Faker::Plugin::EsEs->new;
# bless(..., "Faker::Plugin::EsEs")
# my $result = $plugin->execute;
# ""
This package provides a superclass for es-es based plugins.
+=encoding utf8
Faker::Plugin
The new method returns a new instance of the class.
new(HashRef $data) (Plugin)
{ since => '1.10', }
=example-1 new
package main;
use Faker::Plugin::EsEs;
my $plugin = Faker::Plugin::EsEs->new;
# bless(..., "Faker::Plugin::EsEs")
This package is meant to be subclassed.
t/Faker.t: pdml: authors t/Faker.t: pdml: license
15 POD Errors
The following errors were encountered while parsing the POD:
- Around line 13:
Unknown directive: =name
- Around line 21:
Unknown directive: =tagline
- Around line 29:
Unknown directive: =abstract
- Around line 37:
Unknown directive: =includes
- Around line 45:
Unknown directive: =synopsis
- Around line 69:
Unknown directive: =description
- Around line 79:
Unknown directive: =inherits
- Around line 87:
Unknown directive: =method
- Around line 91:
Unknown directive: =signature
- Around line 95:
Unknown directive: =metadata
- Around line 134:
=cut found outside a pod block. Skipping to next block.
- Around line 157:
=cut found outside a pod block. Skipping to next block.
- Around line 170:
Unknown directive: =feature
- Around line 200:
=cut found outside a pod block. Skipping to next block.
- Around line 209:
Unknown directive: =partials