Codebase list libmodule-build-tiny-perl / 24dc3c5
Merge tag 'upstream/0.038' Upstream version 0.038 gregor herrmann 9 years ago
6 changed file(s) with 14 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Module::Build::Tiny
1
2 0.038 2014-09-06 11:28:23+02:00 Europe/Amsterdam
3 Scrub PERL_MB_OPT in tests too
14
25 0.037 2014-07-27 16:14:54+02:00 Europe/Amsterdam
36 Scrub environment variable in tests
44 "David Golden <dagolden@cpan.org>"
55 ],
66 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640",
7 "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.142060",
88 "license" : [
99 "perl_5"
1010 ],
9898 "provides" : {
9999 "Module::Build::Tiny" : {
100100 "file" : "lib/Module/Build/Tiny.pm",
101 "version" : "0.037"
101 "version" : "0.038"
102102 }
103103 },
104104 "release_status" : "stable",
113113 "web" : "https://github.com/Leont/module-build-tiny"
114114 }
115115 },
116 "version" : "0.037"
116 "version" : "0.038"
117117 }
118118
4141 conflicts:
4242 local::lib: '< 1.006008'
4343 dynamic_config: 0
44 generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640'
44 generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.142060'
4545 license: perl
4646 meta-spec:
4747 url: http://module-build.sourceforge.net/META-spec-v1.4.html
5050 provides:
5151 Module::Build::Tiny:
5252 file: lib/Module/Build/Tiny.pm
53 version: '0.037'
53 version: '0.038'
5454 requires:
5555 CPAN::Meta: '0'
5656 DynaLoader: '0'
7575 resources:
7676 bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build-Tiny
7777 repository: git://github.com/Leont/module-build-tiny.git
78 version: '0.037'
78 version: '0.038'
00
11
22 This archive contains the distribution Module-Build-Tiny,
3 version 0.037:
3 version 0.038:
44
55 A tiny replacement for Module::Build
66
00 package Module::Build::Tiny;
1 $Module::Build::Tiny::VERSION = '0.037';
1 $Module::Build::Tiny::VERSION = '0.038';
22 use strict;
33 use warnings;
44 use Exporter 5.57 'import';
165165
166166 =head1 VERSION
167167
168 version 0.037
168 version 0.038
169169
170170 =head1 SYNOPSIS
171171
275275
276276 =item * .modulebuildrc
277277
278 Module::Build::Tiny does not support .modulebuildrc files. In particular, this means that versions of local::lib older than 1.006008 may break. Upgrading it resolves this issue.
278 Module::Build::Tiny does not support .modulebuildrc files. In particular, this means that versions of local::lib older than 1.006008 may break with C<ERROR: Can't create /usr/local/somepath>. If the output of C<perl -Mlocal::lib> contains C<MODULEBUILDRC> but not C<PERL_MB_OPT >, you will need to upgrade it to resolve this issue.
279279
280280 =back
281281
1010 use XSLoader;
1111
1212 local $ENV{PERL_INSTALL_QUIET};
13 local $ENV{PERL_MB_OPT};
1314
1415 #--------------------------------------------------------------------------#
1516 # fixtures