Codebase list libextutils-depends-perl / edd4bcf
Stable release 0.305 Brian Manning 10 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
1
2 0.305 Mon Sep 2 14:16:58 PDT 2013
3 - Makefile.PL: converted to CPAN::Meta::Spec v2
4 - Updated license in RPM spec file; closes RT#88196
5 - Updated contact info and added git repo info to POD
6 - Add comments for find_extra_libs method (closes RT#43900)
7 - Fixed typo (closes RT#86572)
18
29 0.304 Wed Jan 26 08:48:18 CET 2011
310 - More robust detection of gcc toolchains on Win32
1010 use File::Spec;
1111 use Data::Dumper;
1212
13 our $VERSION = '0.304';
13 our $VERSION = '0.305';
1414
1515 sub import {
1616 my $class = shift;