Revision history for Perl extension DBIx::Class::Schema::Loader
+ - Fix tests when the path to perl has spaces in it (GH#19)
+
0.07048_01 - 2018-02-23
- Convert from Module::Install to ExtUtils::MakeMaker + Distar (GH#17)
__PACKAGE__->loader_options(
dump_directory => $dump_path,
quiet => 1,
- filter_generated_code => "$^X t/bin/simple_filter",
+ filter_generated_code => qq{"$^X" t/bin/simple_filter},
);
}