• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H18-Dec-2020-137

t/H18-Dec-2020-3,2712,891

CONTRIBUTING.mdH A D29-Aug-20191.1 KiB3423

ChangelogH A D18-Dec-20204.3 KiB140111

MANIFESTH A D18-Dec-2020620 3534

META.jsonH A D18-Dec-20201.4 KiB6261

META.ymlH A D18-Dec-2020714 3029

Makefile.PLH A D09-Apr-20201.2 KiB5743

READMEH A D09-Apr-20201 KiB4527

V.pmH A D18-Dec-202014.7 KiB563326

cpanfileH A D18-Dec-2020182 118

README

1Config::Perl::V
2
3    A module that will return you the output of 'perl -V' in a structure.
4
5DESCRIPTION
6
7    The command 'perl -V' will return you an excerpt from the %Config hash
8    combined with the output of 'perl -V' that is not stored inside %Config,
9    but only available to the perl binary itself.
10
11PREREQUISITES
12
13    A working perl
14
15BUILDING AND INSTALLATION
16
17    As most perl modules
18
19	$ perl Makefile.PL
20	$ make test
21	$ make install UNINST=1
22
23SOURCE CODE
24
25    Recent changes can be (re)viewed in the public GIT repository at
26    http://repo.or.cz/w/Config-Perl-V
27    Feel free to clone your own copy:
28
29     $ git clone https://github.com/Tux/Config-Perl-V Config-Perl-V
30
31    or get it as a tgz:
32
33     $ wget --output-document=Config-Perl-V.tgz \
34	   https://github.com/Tux/Config-Perl-V/archive/master.tar.gz
35
36CHANGES
37
38    See Changelog
39
40COPYRIGHT AND LICENSE
41    Copyright (C) 2009-2020 H.Merijn Brand
42
43    This library is free software; you can redistribute it and/or modify
44    it under the same terms as Perl itself.
45