1App::grindperl(3) User Contributed Perl Documentation App::grindperl(3)
2
3
4
6 App::grindperl - Guts of the grindperl tool
7
9 version 0.004
10
12 use App::grindperl;
13 my $app = App::grindperl->new;
14 exit $app->run;
15
17 This module contains the guts of the grindperl program.
18
20 grindperl
21
23 Bugs / Feature Requests
24 Please report any bugs or feature requests through the issue tracker at
25 <https://github.com/dagolden/App-grindperl/issues>. You will be
26 notified automatically of any progress on your issue.
27
28 Source Code
29 This is open source software. The code repository is available for
30 public review and contribution under the terms of the license.
31
32 <https://github.com/dagolden/App-grindperl>
33
34 git clone https://github.com/dagolden/App-grindperl.git
35
37 David Golden <dagolden@cpan.org>
38
40 • David Golden <xdg@xdg.me>
41
42 • Sawyer X <xsawyerx@cpan.org>
43
45 This software is Copyright (c) 2011 by David Golden.
46
47 This is free software, licensed under:
48
49 The Apache License, Version 2.0, January 2004
50
51
52
53perl v5.34.0 2022-01-20 App::grindperl(3)