1Test::Data::Split::BackUesnedr::CHoansthr(i3b)uted PerlTDeosctu:m:eDnattaat:i:oSnplit::Backend::Hash(3)
2
3
4

NAME

6       Test::Data::Split::Backend::Hash - hash backend.
7

VERSION

9       version 0.2.2
10

SYNOPSIS

12           package DataSplitHashTest;
13
14           use strict;
15           use warnings;
16
17           use parent 'Test::Data::Split::Backend::Hash';
18
19           my %hash =
20           (
21               a => { more => "Hello"},
22               b => { more => "Jack"},
23               c => { more => "Sophie"},
24               d => { more => "Danny"},
25               'e100_99' => { more => "Zebra"},
26           );
27
28           sub get_hash
29           {
30               return \%hash;
31           }
32
33           1;
34

DESCRIPTION

36       This is a hash backend for Test::Data::Split .
37

METHODS

39   new()
40       For internal use.
41
42   $obj->lookup_data($id)
43       Looks up the data with the ID $id.
44
45   $obj->list_ids()
46       Lists the IDs - needed by Test::Data::Split;
47
48   $obj->get_hash()
49       This method should be implemented and return a hash reference to the
50       keys/values of the data.
51

SUPPORT

53   Websites
54       The following websites have more information about this module, and may
55       be of help to you. As always, in addition to those websites please use
56       your favorite search engine to discover more resources.
57
58       •   MetaCPAN
59
60           A modern, open-source CPAN search engine, useful to view POD in
61           HTML format.
62
63           <https://metacpan.org/release/Test-Data-Split>
64
65       •   RT: CPAN's Bug Tracker
66
67           The RT ( Request Tracker ) website is the default bug/issue
68           tracking system for CPAN.
69
70           <https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Data-Split>
71
72       •   CPANTS
73
74           The CPANTS is a website that analyzes the Kwalitee ( code metrics )
75           of a distribution.
76
77           <http://cpants.cpanauthors.org/dist/Test-Data-Split>
78
79       •   CPAN Testers
80
81           The CPAN Testers is a network of smoke testers who run automated
82           tests on uploaded CPAN distributions.
83
84           <http://www.cpantesters.org/distro/T/Test-Data-Split>
85
86       •   CPAN Testers Matrix
87
88           The CPAN Testers Matrix is a website that provides a visual
89           overview of the test results for a distribution on various
90           Perls/platforms.
91
92           <http://matrix.cpantesters.org/?dist=Test-Data-Split>
93
94       •   CPAN Testers Dependencies
95
96           The CPAN Testers Dependencies is a website that shows a chart of
97           the test results of all dependencies for a distribution.
98
99           <http://deps.cpantesters.org/?module=Test::Data::Split>
100
101   Bugs / Feature Requests
102       Please report any bugs or feature requests by email to
103       "bug-test-data-split at rt.cpan.org", or through the web interface at
104       <https://rt.cpan.org/Public/Bug/Report.html?Queue=Test-Data-Split>. You
105       will be automatically notified of any progress on the request by the
106       system.
107
108   Source Code
109       The code is open to the world, and available for you to hack on. Please
110       feel free to browse it and play with it, or whatever. If you want to
111       contribute patches, please send me a diff or prod me to pull from your
112       repository :)
113
114       <https://github.com/shlomif/perl-Test-Data-Split>
115
116         git clone git://github.com/shlomif/perl-Test-Data-Split.git
117

AUTHOR

119       Shlomi Fish <shlomif@cpan.org>
120

BUGS

122       Please report any bugs or feature requests on the bugtracker website
123       <https://github.com/shlomif/perl-Test-Data-Split/issues>
124
125       When submitting a bug or request, please include a test-file or a patch
126       to an existing test-file that illustrates the bug or desired feature.
127
129       This software is Copyright (c) 2014 by Shlomi Fish.
130
131       This is free software, licensed under:
132
133         The MIT (X11) License
134
135
136
137perl v5.34.0                      2022-01-21Test::Data::Split::Backend::Hash(3)
Impressum