#!/usr/bin/env perl $^W=1; # for systems where env gets confused by "perl -w" use strict; use vars qw( $VERSION ); # $Id: Makefile.PL,v 1.2 2004/10/26 22:26:14 abuse Exp $ $VERSION = do { my @r=(q$Revision: 1.2 $=~/\d+/g); sprintf "%d."."%03d"x$#r,@r }; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Message::Style', VERSION => '0.002' );