From a3b355ea6a4001fd26891ef9ed5062edf20ce1be Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 2 Feb 2006 23:05:14 +0000 Subject: [PATCH] Prepare for 0.12 release --- META.yml | 4 ++-- Makefile.PL | 2 +- lib/graphincludes/params.pm | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/META.yml b/META.yml index 4abba02..b2527b5 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.11+wip +name: DEPS +version: 0.12 version_from: lib/graphincludes/params.pm installdirs: site requires: diff --git a/Makefile.PL b/Makefile.PL index de9c602..09a7dfa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'graph-includes', # Name of package + NAME => 'DEPS', # Name of package VERSION_FROM => 'lib/graphincludes/params.pm', ABSTRACT=> 'a tool to graph include-based dependencies of source files', AUTHOR => 'Yann Dirson ', diff --git a/lib/graphincludes/params.pm b/lib/graphincludes/params.pm index 671c40a..1bcd965 100644 --- a/lib/graphincludes/params.pm +++ b/lib/graphincludes/params.pm @@ -1,13 +1,13 @@ -# This file is part of the graph-includes package +# This file is part of the DEPS/graph-includes package # -# (c) 2005 Yann Dirson +# (c) 2005,2006 Yann Dirson # Distributed under version 2 of the GNU GPL. package graphincludes::params; use strict; use warnings; -our $VERSION='0.11+wip'; +our $VERSION='0.12'; our $verbose=0; our $showdropped=0; our $debug=0; -- 2.11.4.GIT