Codebase list libclass-c3-xs-perl / 160b45a
Class-C3-XS-0.15 - minor distribution tooling updates Karen Etheridge 4 years ago
4 changed file(s) with 46 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
7272 You can learn more about Dist::Zilla at http://dzil.org/.
7373
7474 The code for this distribution is hosted at GitHub. The repository is:
75
7576 https://github.com/moose/Class-C3-XS
77
7678 You can submit code changes by forking the repository, pushing your code
77 changes to your clone, and then submitting a pull request. Detailed
78 instructions for doing that is available here:
79 changes to your clone, and then submitting a pull request. Please include a
80 suitable end-user-oriented entry in the Changes file describing your change.
81 Detailed instructions for doing that is available here:
7982
8083 https://help.github.com/articles/creating-a-pull-request
84
85 All pull requests for this distribution will be automatically tested on Linux
86 by Travis at: https://travis-ci.com/moose/Class-C3-XS
87 Results will be visible in the pull request on GitHub. Follow the appropriate
88 links for details when tests fail. Changes will not be mergeable until all
89 tests pass.
8190
8291 If you have found a bug, but do not have an accompanying patch to fix it, you
8392 can submit an issue report here:
92101 request to the .mailmap file to contain the correct mapping.
93102
94103
95 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.012 from a
96 template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.117.
104 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
105 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.154.
00 Revision history for Class-C3-XS
11
2 {{$NEXT}}
2 0.15 2020-04-09 02:10:13Z
33 - minor distribution tooling updates
44
55 0.14 2016-08-07 00:14:09Z
2121 ## Manual installation
2222
2323 As a last resort, you can manually install it. Download the tarball, untar it,
24 then build it:
24 install configure prerequisites (see below), then build it:
2525
2626 % perl Makefile.PL
2727 % make && make test
3030
3131 % make install
3232
33 On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
34
3335 If your perl is system-managed, you can create a local::lib in your home
3436 directory to install modules to. For details, see the local::lib documentation:
3537 https://metacpan.org/pod/local::lib
3638
39 The prerequisites of this distribution will also have to be installed manually. The
40 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
41 by running the manual build process described above.
42
43 ## Configure Prerequisites
44
45 This distribution requires other modules to be installed before this
46 distribution's installer can be run. They can be found under the
47 "configure_requires" key of META.yml or the
48 "{prereqs}{configure}{requires}" key of META.json.
49
50 ## Other Prerequisites
51
52 This distribution may require additional modules to be installed after running
53 Makefile.PL.
54 Look for prerequisites in the following phases:
55
56 * to run make, PHASE = build
57 * to use the module code itself, PHASE = runtime
58 * to run tests, PHASE = test
59
60 They can all be found in the "PHASE_requires" key of MYMETA.yml or the
61 "{prereqs}{PHASE}{requires}" key of MYMETA.json.
62
3763 ## Documentation
3864
3965 Class-C3-XS documentation is available as POD.
40 You can run perldoc from a shell to read the documentation:
66 You can run `perldoc` from a shell to read the documentation:
4167
4268 % perldoc Class::C3::XS
69
70 For more information on installing Perl modules via CPAN, please see:
71 https://www.cpan.org/modules/INSTALL.html
77
88 =head1 VERSION
99
10 version 0.14
10 version 0.15
1111
1212 =head1 SYNOPSIS
1313