NAME
Faker::Plugin::InternetIpAddressV6 - Internet Ip Address V6
ABSTRACT
Internet Ip Address V6 for Faker
VERSION
1.18
SYNOPSIS
package main;
use Faker::Plugin::InternetIpAddressV6;
my $plugin = Faker::Plugin::InternetIpAddressV6->new;
# bless(..., "Faker::Plugin::InternetIpAddressV6")
DESCRIPTION
This package provides methods for generating fake data for internet ip address v6.
INHERITS
This package inherits behaviors from:
METHODS
This package provides the following methods:
execute
execute(HashRef $data) (Str)
The execute method returns a returns a random fake internet ip address v6.
Since 1.10
- execute example 1
-
package main; use Faker::Plugin::InternetIpAddressV6; my $plugin = Faker::Plugin::InternetIpAddressV6->new; # bless(..., "Faker::Plugin::InternetIpAddressV6") # my $result = $plugin->execute; # "57bb:1c70:6c1e:14c3:db3f:7fb1:7a93:b0d9"; # my $result = $plugin->execute; # "7680:93e0:88b2:06a0:c512:99e4:e8a9:7d48"; # my $result = $plugin->execute; # "7f27:7009:5984:ec03:0f75:dc22:f8d4:d951";
new
new(HashRef $data) (Plugin)
The new method returns a new instance of the class.
Since 1.10
- new example 1
-
package main; use Faker::Plugin::InternetIpAddressV6; my $plugin = Faker::Plugin::InternetIpAddressV6->new; # bless(..., "Faker::Plugin::InternetIpAddressV6")
AUTHORS
Awncorp, awncorp@cpan.org
LICENSE
Copyright (C) 2000, Al Newkirk.
This program is free software, you can redistribute it and/or modify it under the terms of the Apache license version 2.0.