forked from coffeemonster/RT-Extension-TimeWorkedReport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBUILD
More file actions
33 lines (23 loc) · 715 Bytes
/
BUILD
File metadata and controls
33 lines (23 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
BUILD
=====
MODULE = RT::Extension::TimeWorkedReport
This MODULE uses MakeMaker with Module::Install.
The Makefile.PL is setup to get 'all_from' and 'readme_from' MODULE.
All changes should be made in MODULE or Makefile.PL.
No changes should be made in README, META.*, MANIFEST.
These are included in the source-tree for completeness to mirror the CPAN dist.
Build CPAN dist
---------------
make clean
DIST_BUILD=1 perl Makefile.PL
make manifest
make dist
# if cpan-upload installed
make upload
Build Requirements
------------------
# M::I modules are bundled with the distribution.
Module::Install
Module::Install::ReadmeFromPod
Module::Install::RTx
Pod::Text