1Dir::Manifest::Slurp(3)User Contributed Perl DocumentatioDnir::Manifest::Slurp(3)
2
3
4

NAME

6       Dir::Manifest::Slurp
7

VERSION

9       version 0.2.0
10

NAME

12       Dir::Manifest::Slurp - utility functions for slurping .
13

VERSION

15       version 0.2.0
16

EXPORTS

18   my $new_string = as_lf($string)
19       Returns the string with all CRLF newlines converted to LF. See
20       <https://en.wikipedia.org/wiki/Newline> .
21
22   my $contents = slurp(path("foo.txt"), { lf => 1, })
23       Accepts a Path::Tiny object and an options hash reference.
24
25       UTF-8 after using as_lf .
26
27   my $contents = slurp(path("foo.txt"), { raw => 1, })
28   my $contents = slurp(path("foo.txt"), { })
29       UTF-8
30

SUPPORT

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

AUTHOR

118       Shlomi Fish <shlomif@cpan.org>
119

BUGS

121       Please report any bugs or feature requests on the bugtracker website
122       <https://github.com/shlomif/dir-manifest/issues>
123
124       When submitting a bug or request, please include a test-file or a patch
125       to an existing test-file that illustrates the bug or desired feature.
126
128       This software is Copyright (c) 2019 by Shlomi Fish.
129
130       This is free software, licensed under:
131
132         The MIT (X11) License
133
134
135
136perl v5.30.0                      2019-07-26           Dir::Manifest::Slurp(3)
Impressum