Codebase list libextutils-depends-perl / a2352ed
Release 0.404 Brian Manning 9 years ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
1
2 0.404
3 - Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
4 submitted by Debian's reproducible build team for RT#101602
5 - Use / to make ::load filename, not File::Spec - perldoc -f require
16
27 0.403
38 - Avoid using Test::More::done_testing() for to support building
1111 use File::Spec;
1212 use Data::Dumper;
1313
14 our $VERSION = '0.403';
14 our $VERSION = '0.404';
1515
1616 sub import {
1717 my $class = shift;