1Dir::Manifest::Key(3) User Contributed Perl DocumentationDir::Manifest::Key(3)
2
3
4
6 Dir::Manifest::Key - a Dir::Manifest key.
7
9 version 0.6.1
10
12 Here is the primary use case: you have several long texts (and/or
13 binary blobs) that you wish to load from the code (e.g: for the
14 "want"/expected values of tests) and you wish to conventiently edit
15 them, track them and maintain them. Using Dir::Manifest you can put
16 each in a separate file in a directory, create a manifest file listing
17 all valid filenames/key and then say something like "my $text =
18 $dir->text("deal24solution.txt", {lf => 1})". And hopefully it will be
19 done securely and reliably.
20
22 $self->key()
23 The key as string.
24
25 $self->fh()
26 A Path::Tiny object for reading from the file.
27
29 Websites
30 The following websites have more information about this module, and may
31 be of help to you. As always, in addition to those websites please use
32 your favorite search engine to discover more resources.
33
34 · MetaCPAN
35
36 A modern, open-source CPAN search engine, useful to view POD in
37 HTML format.
38
39 <https://metacpan.org/release/Dir-Manifest>
40
41 · Search CPAN
42
43 The default CPAN search engine, useful to view POD in HTML format.
44
45 <http://search.cpan.org/dist/Dir-Manifest>
46
47 · RT: CPAN's Bug Tracker
48
49 The RT ( Request Tracker ) website is the default bug/issue
50 tracking system for CPAN.
51
52 <https://rt.cpan.org/Public/Dist/Display.html?Name=Dir-Manifest>
53
54 · CPAN Ratings
55
56 The CPAN Ratings is a website that allows community ratings and
57 reviews of Perl modules.
58
59 <http://cpanratings.perl.org/d/Dir-Manifest>
60
61 · CPANTS
62
63 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
64 of a distribution.
65
66 <http://cpants.cpanauthors.org/dist/Dir-Manifest>
67
68 · CPAN Testers
69
70 The CPAN Testers is a network of smoke testers who run automated
71 tests on uploaded CPAN distributions.
72
73 <http://www.cpantesters.org/distro/D/Dir-Manifest>
74
75 · CPAN Testers Matrix
76
77 The CPAN Testers Matrix is a website that provides a visual
78 overview of the test results for a distribution on various
79 Perls/platforms.
80
81 <http://matrix.cpantesters.org/?dist=Dir-Manifest>
82
83 · CPAN Testers Dependencies
84
85 The CPAN Testers Dependencies is a website that shows a chart of
86 the test results of all dependencies for a distribution.
87
88 <http://deps.cpantesters.org/?module=Dir::Manifest>
89
90 Bugs / Feature Requests
91 Please report any bugs or feature requests by email to
92 "bug-dir-manifest at rt.cpan.org", or through the web interface at
93 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Dir-Manifest>. You
94 will be automatically notified of any progress on the request by the
95 system.
96
97 Source Code
98 The code is open to the world, and available for you to hack on. Please
99 feel free to browse it and play with it, or whatever. If you want to
100 contribute patches, please send me a diff or prod me to pull from your
101 repository :)
102
103 <https://github.com/shlomif/Dir-Manifest>
104
105 git clone https://github.com/shlomif/Dir-Manifest.git
106
108 Shlomi Fish <shlomif@cpan.org>
109
111 Please report any bugs or feature requests on the bugtracker website
112 <https://github.com/shlomif/dir-manifest/issues>
113
114 When submitting a bug or request, please include a test-file or a patch
115 to an existing test-file that illustrates the bug or desired feature.
116
118 This software is Copyright (c) 2019 by Shlomi Fish.
119
120 This is free software, licensed under:
121
122 The MIT (X11) License
123
124
125
126perl v5.30.1 2019-07-26 Dir::Manifest::Key(3)