1App::mymeta_requires(3)User Contributed Perl DocumentatioAnpp::mymeta_requires(3)
2
3
4
6 App::mymeta_requires - Extract module requirements from MYMETA files
7
9 version 0.006
10
12 use App::mymeta_requires;
13 exit App::mymeta_requires->run;
14
16 This module contains the guts of the L<mymeta_requires> program. See
17 that program for command line usage information.
18
20 Bugs / Feature Requests
21 Please report any bugs or feature requests through the issue tracker at
22 <https://github.com/dagolden/app-mymeta_requires/issues>. You will be
23 notified automatically of any progress on your issue.
24
25 Source Code
26 This is open source software. The code repository is available for
27 public review and contribution under the terms of the license.
28
29 <https://github.com/dagolden/app-mymeta_requires>
30
31 git clone https://github.com/dagolden/app-mymeta_requires.git
32
34 David Golden <dagolden@cpan.org>
35
37 This software is Copyright (c) 2011 by David Golden.
38
39 This is free software, licensed under:
40
41 The Apache License, Version 2.0, January 2004
42
43
44
45perl v5.34.0 2022-01-20 App::mymeta_requires(3)