# This file uses the "Perlish" coding style # please read http://perl.4pro.net/perlish_coding_style.html ; use 5.006_001 ; use ExtUtils::MakeMaker ; my $pm = 'lib/Class/props.pm' ; WriteMakefile ( NAME => 'OOTools' , VERSION_FROM => $pm , ( $] ge '5.005' ) ? ( AUTHOR => 'Domizio Demichelis - perl.4pro.net' , ABSTRACT => 'Pragmas to implement constructors and accessors' ) : () ) ; 1