From: Rafael Garcia-Suarez Date: Thu, 1 Mar 2007 09:19:07 +0000 (+0000) Subject: Teach Module::Build about DragonflyBSD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e3f52c94c501ef5a8c239dec80b253b2f172b68;p=p5sagit%2Fp5-mst-13.2.git Teach Module::Build about DragonflyBSD p4raw-id: //depot/perl@30432 --- diff --git a/lib/Module/Build.pm b/lib/Module/Build.pm index e945d6d..ce65415 100644 --- a/lib/Module/Build.pm +++ b/lib/Module/Build.pm @@ -15,7 +15,7 @@ use Module::Build::Base; use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.2806'; +$VERSION = '0.2806_01'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of @@ -26,6 +26,7 @@ my %OSTYPES = qw( aix Unix bsdos Unix dgux Unix + dragonfly Unix dynixptx Unix freebsd Unix linux Unix