From 4b2cebe9d4e8344494e799a4437e879356bfbb44 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 31 Mar 2005 22:21:49 +0000 Subject: [PATCH] bumped to 0.2; manually hack META.yml to 0.2 --- META.yml | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/META.yml b/META.yml index 34f3cfd..904582b 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: graph-includes -version: 0.1 +version: 0.2 version_from: installdirs: site requires: diff --git a/Makefile.PL b/Makefile.PL index b8a622c..8c53b86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'graph-includes', # Name of package - VERSION => '0.1', + VERSION => '0.2', ABSTRACT=> 'a tool to graph include-based dependencies of source files', AUTHOR => 'Yann Dirson ', -- 2.11.4.GIT