Faker::Plugin::JaJp::AddressLines
Address Lines
Address Lines for Faker
method: new method: execute
package main;
use Faker::Plugin::JaJp::AddressLines;
my $plugin = Faker::Plugin::JaJp::AddressLines->new;
# bless(..., "Faker::Plugin::JaJp::AddressLines")
This package provides methods for generating fake data for address lines.
+=encoding utf8
Faker::Plugin::JaJp
The execute method returns a returns a random fake address lines.
execute(HashRef $data) (Str)
{ since => '1.10', }
=example-1 execute
package main;
use Faker::Plugin::JaJp::AddressLines;
my $plugin = Faker::Plugin::JaJp::AddressLines->new;
# bless(..., "Faker::Plugin::JaJp::AddressLines")
# my $result = $plugin->execute;
# '1738707 愛知県鈴木市中央杉山町笹田10-9-9';
# my $result = $plugin->execute;
# '7551498 神奈川県喜嶋市北山口町田辺3-5-2';
# my $result = $plugin->execute;
# '8319487 神奈川県渚市東渚町江古田10-9-7 コーポ渚110号';
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::JaJp::AddressLines;
my $plugin = Faker::Plugin::JaJp::AddressLines->new;
# bless(..., "Faker::Plugin::JaJp::AddressLines")
t/Faker.t: pdml: authors t/Faker.t: pdml: license
15 POD Errors
The following errors were encountered while parsing the POD:
- Around line 14:
Unknown directive: =name
- Around line 22:
Unknown directive: =tagline
- Around line 30:
Unknown directive: =abstract
- Around line 38:
Unknown directive: =includes
- Around line 47:
Unknown directive: =synopsis
- Around line 67:
Unknown directive: =description
- Around line 77:
Unknown directive: =inherits
- Around line 85:
Unknown directive: =method
- Around line 89:
Unknown directive: =signature
- Around line 93:
Unknown directive: =metadata
- Around line 111:
Non-ASCII character seen before =encoding in '愛知県鈴木市中央杉山町笹田10-9-9';'. Assuming UTF-8
- Around line 139:
Unknown directive: =method
- Around line 143:
Unknown directive: =signature
- Around line 147:
Unknown directive: =metadata
- Around line 174:
Unknown directive: =partials