Codebase list libextutils-depends-perl / bf79793
Stable Release 0.309 Brian Manning 9 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
1
2 0.309 Sat Aug 2 15:23:03 PDT 2014
3 - Depends.pm: use $DLEXT instead of $SO for library filename extensions
4 - MANIFEST: remove MYMETA.* files
5 - use DynaLoader::mod2fname if available
6 - Added Android support
17
28 0.308 Sun May 18 16:22:11 PDT 2014
39 - Fix win32 test failure in t/02_save_load.t (closes RT#95301)
1111 use File::Spec;
1212 use Data::Dumper;
1313
14 our $VERSION = '0.308';
14 our $VERSION = '0.309';
1515
1616 sub import {
1717 my $class = shift;