use ExtUtils::MakeMaker;
WriteMakefile
    (
     'NAME'		=> 'Regexp::Bind',
     'VERSION_FROM'	=> 'Bind.pm', 
     'PREREQ_PM'	=> {
     }, 
     ($] >= 5.005 ?    
      (ABSTRACT_FROM => 'Bind.pm', 
       AUTHOR     => 'xern <xern@cpan.org>') : ()),

);


syntax highlighted by Code2HTML, v. 0.9.1