The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 03
LICENSE 11
MANIFEST 11
META.json 45
META.yml 5758
README 22
lib/Module/Build/Tiny.pm 22
t/00-compile.t 35
t/release-pod-syntax.t 31
t/simple.t 02
10 files changed (This is a version diff) 7380
@@ -1,5 +1,8 @@
 Revision history for Module::Build::Tiny
 
+0.037     2014-07-27 16:14:54+02:00 Europe/Amsterdam
+          Scrub environment variable in tests
+
 0.036     2014-05-02 14:51:02CEST+0200 Europe/Amsterdam
           Add --jobs argument to MBT
           Add xs directory to include list
@@ -22,7 +22,7 @@ This is free software, licensed under:
                      Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.011.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
 Build.PL
 Changes
 INSTALL
@@ -5,7 +5,7 @@
       "David Golden <dagolden@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.011, CPAN::Meta::Converter version 2.132830",
+   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640",
    "license" : [
       "perl_5"
    ],
@@ -88,7 +88,8 @@
             "Test::More" : "0.88",
             "XSLoader" : "0",
             "blib" : "0",
-            "lib" : "0"
+            "lib" : "0",
+            "perl" : "5.006"
          },
          "suggests" : {
             "File::ShareDir" : "1.000"
@@ -98,7 +99,7 @@
    "provides" : {
       "Module::Build::Tiny" : {
          "file" : "lib/Module/Build/Tiny.pm",
-         "version" : "0.036"
+         "version" : "0.037"
       }
    },
    "release_status" : "stable",
@@ -113,6 +114,6 @@
          "web" : "https://github.com/Leont/module-build-tiny"
       }
    },
-   "version" : "0.036"
+   "version" : "0.037"
 }
 
@@ -4,75 +4,76 @@ author:
   - 'Leon Timmermans <leont@cpan.org>'
   - 'David Golden <dagolden@cpan.org>'
 build_requires:
-  Carp: 0
-  Cwd: 0
-  Data::Dumper: 0
-  File::Spec: 0
-  File::Temp: 0
-  IO::File: 0
-  IO::Handle: 0
-  IPC::Open2: 0
-  IPC::Open3: 0
-  Test::More: 0.88
-  XSLoader: 0
-  blib: 0
-  lib: 0
+  Carp: '0'
+  Cwd: '0'
+  Data::Dumper: '0'
+  File::Spec: '0'
+  File::Temp: '0'
+  IO::File: '0'
+  IO::Handle: '0'
+  IPC::Open2: '0'
+  IPC::Open3: '0'
+  Test::More: '0.88'
+  XSLoader: '0'
+  blib: '0'
+  lib: '0'
+  perl: '5.006'
 configure_requires:
-  CPAN::Meta: 0
-  DynaLoader: 0
-  Exporter: 5.57
-  ExtUtils::CBuilder: 0
-  ExtUtils::Config: 0.003
-  ExtUtils::Helpers: 0.020
-  ExtUtils::Install: 0
-  ExtUtils::InstallPaths: 0.002
-  ExtUtils::ParseXS: 0
-  File::Basename: 0
-  File::Find: 0
-  File::Path: 0
-  File::Spec::Functions: 0
-  Getopt::Long: 2.36
-  JSON::PP: 2
-  Pod::Man: 0
-  TAP::Harness::Env: 0
-  perl: 5.006
-  strict: 0
-  warnings: 0
+  CPAN::Meta: '0'
+  DynaLoader: '0'
+  Exporter: '5.57'
+  ExtUtils::CBuilder: '0'
+  ExtUtils::Config: '0.003'
+  ExtUtils::Helpers: '0.020'
+  ExtUtils::Install: '0'
+  ExtUtils::InstallPaths: '0.002'
+  ExtUtils::ParseXS: '0'
+  File::Basename: '0'
+  File::Find: '0'
+  File::Path: '0'
+  File::Spec::Functions: '0'
+  Getopt::Long: '2.36'
+  JSON::PP: '2'
+  Pod::Man: '0'
+  TAP::Harness::Env: '0'
+  perl: '5.006'
+  strict: '0'
+  warnings: '0'
 conflicts:
   local::lib: '< 1.006008'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.011, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Module-Build-Tiny
 provides:
   Module::Build::Tiny:
     file: lib/Module/Build/Tiny.pm
-    version: 0.036
+    version: '0.037'
 requires:
-  CPAN::Meta: 0
-  DynaLoader: 0
-  Exporter: 5.57
-  ExtUtils::CBuilder: 0
-  ExtUtils::Config: 0.003
-  ExtUtils::Helpers: 0.020
-  ExtUtils::Install: 0
-  ExtUtils::InstallPaths: 0.002
-  ExtUtils::ParseXS: 0
-  File::Basename: 0
-  File::Find: 0
-  File::Path: 0
-  File::Spec::Functions: 0
-  Getopt::Long: 2.36
-  JSON::PP: 2
-  Pod::Man: 0
-  TAP::Harness::Env: 0
-  perl: 5.006
-  strict: 0
-  warnings: 0
+  CPAN::Meta: '0'
+  DynaLoader: '0'
+  Exporter: '5.57'
+  ExtUtils::CBuilder: '0'
+  ExtUtils::Config: '0.003'
+  ExtUtils::Helpers: '0.020'
+  ExtUtils::Install: '0'
+  ExtUtils::InstallPaths: '0.002'
+  ExtUtils::ParseXS: '0'
+  File::Basename: '0'
+  File::Find: '0'
+  File::Path: '0'
+  File::Spec::Functions: '0'
+  Getopt::Long: '2.36'
+  JSON::PP: '2'
+  Pod::Man: '0'
+  TAP::Harness::Env: '0'
+  perl: '5.006'
+  strict: '0'
+  warnings: '0'
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build-Tiny
   repository: git://github.com/Leont/module-build-tiny.git
-version: 0.036
+version: '0.037'
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Module-Build-Tiny,
-version 0.036:
+version 0.037:
 
   A tiny replacement for Module::Build
 
@@ -11,5 +11,5 @@ This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.011.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.019.
 
@@ -1,5 +1,5 @@
 package Module::Build::Tiny;
-$Module::Build::Tiny::VERSION = '0.036';
+$Module::Build::Tiny::VERSION = '0.037';
 use strict;
 use warnings;
 use Exporter 5.57 'import';
@@ -166,7 +166,7 @@ Module::Build::Tiny - A tiny replacement for Module::Build
 
 =head1 VERSION
 
-version 0.036
+version 0.037
 
 =head1 SYNOPSIS
 
@@ -1,7 +1,8 @@
+use 5.006;
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.036
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.040
 
 use Test::More  tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
 
@@ -15,17 +16,18 @@ my @module_files = (
 
 # no fake home requested
 
-my $inc_switch = q[-Mblib];
+my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
 
 use File::Spec;
 use IPC::Open3;
 use IO::Handle;
 
+open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
+
 my @warnings;
 for my $lib (@module_files)
 {
     # see L<perlfaq8/How can I capture STDERR from an external command?>
-    open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
     my $stderr = IO::Handle->new;
 
     my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]");
@@ -9,8 +9,6 @@ BEGIN {
 
 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
 use Test::More;
-
-eval "use Test::Pod 1.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
+use Test::Pod 1.41;
 
 all_pod_files_ok();
@@ -10,6 +10,8 @@ use lib 't/lib';
 use DistGen qw/undent/;
 use XSLoader;
 
+local $ENV{PERL_INSTALL_QUIET};
+
 #--------------------------------------------------------------------------#
 # fixtures
 #--------------------------------------------------------------------------#