Changes between Version 3 and Version 4 of Release
- Timestamp:
- 07/17/09 06:34:17 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release
v3 v4 80 80 Add to MANIFEST.SKIP 81 81 {{{ 82 # avoid po and pot files (gettext)82 # avoid pot files (gettext) 83 83 \.pot$ 84 \.po$85 84 }}} 86 85 … … 89 88 90 89 Don't add a Makefile.PL to the version control as it will be created during packaging 91 92 Add the following to Build.PL to include the generated .mo files93 {{{94 $builder->add_build_element('mo');95 }}}96 90 97 91
