1Dir::Manifest::Key(3) User Contributed Perl DocumentationDir::Manifest::Key(3)
2
3
4
6 Dir::Manifest::Key
7
9 version 0.2.0
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 Dir::Manifest::Key - a Dir::Manifest key.
23
25 version 0.2.0
26
28 $self->key()
29 The key as string.
30
31 $self->fh()
32 A Path::Tiny object for reading from the file.
33
35 Websites
36 The following websites have more information about this module, and may
37 be of help to you. As always, in addition to those websites please use
38 your favorite search engine to discover more resources.
39
40 · MetaCPAN
41
42 A modern, open-source CPAN search engine, useful to view POD in
43 HTML format.
44
45 <https://metacpan.org/release/Dir-Manifest>
46
47 · Search CPAN
48
49 The default CPAN search engine, useful to view POD in HTML format.
50
51 <http://search.cpan.org/dist/Dir-Manifest>
52
53 · RT: CPAN's Bug Tracker
54
55 The RT ( Request Tracker ) website is the default bug/issue
56 tracking system for CPAN.
57
58 <https://rt.cpan.org/Public/Dist/Display.html?Name=Dir-Manifest>
59
60 · AnnoCPAN
61
62 The AnnoCPAN is a website that allows community annotations of Perl
63 module documentation.
64
65 <http://annocpan.org/dist/Dir-Manifest>
66
67 · CPAN Ratings
68
69 The CPAN Ratings is a website that allows community ratings and
70 reviews of Perl modules.
71
72 <http://cpanratings.perl.org/d/Dir-Manifest>
73
74 · CPANTS
75
76 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
77 of a distribution.
78
79 <http://cpants.cpanauthors.org/dist/Dir-Manifest>
80
81 · CPAN Testers
82
83 The CPAN Testers is a network of smoke testers who run automated
84 tests on uploaded CPAN distributions.
85
86 <http://www.cpantesters.org/distro/D/Dir-Manifest>
87
88 · CPAN Testers Matrix
89
90 The CPAN Testers Matrix is a website that provides a visual
91 overview of the test results for a distribution on various
92 Perls/platforms.
93
94 <http://matrix.cpantesters.org/?dist=Dir-Manifest>
95
96 · CPAN Testers Dependencies
97
98 The CPAN Testers Dependencies is a website that shows a chart of
99 the test results of all dependencies for a distribution.
100
101 <http://deps.cpantesters.org/?module=Dir::Manifest>
102
103 Bugs / Feature Requests
104 Please report any bugs or feature requests by email to
105 "bug-dir-manifest at rt.cpan.org", or through the web interface at
106 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Dir-Manifest>. You
107 will be automatically notified of any progress on the request by the
108 system.
109
110 Source Code
111 The code is open to the world, and available for you to hack on. Please
112 feel free to browse it and play with it, or whatever. If you want to
113 contribute patches, please send me a diff or prod me to pull from your
114 repository :)
115
116 <https://github.com/shlomif/Dir-Manifest>
117
118 git clone https://github.com/shlomif/Dir-Manifest.git
119
121 Shlomi Fish <shlomif@cpan.org>
122
124 Please report any bugs or feature requests on the bugtracker website
125 <https://github.com/shlomif/dir-manifest/issues>
126
127 When submitting a bug or request, please include a test-file or a patch
128 to an existing test-file that illustrates the bug or desired feature.
129
131 This software is Copyright (c) 2019 by Shlomi Fish.
132
133 This is free software, licensed under:
134
135 The MIT (X11) License
136
137
138
139perl v5.30.0 2019-07-26 Dir::Manifest::Key(3)