From 3ccd9b825533fd9800653b7e73b332f29b175432 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Tue, 7 Feb 2006 23:12:08 +0000 Subject: [PATCH] Prepare for 0.13 --- MANIFEST | 11 +++++++---- META.yml | 2 +- NEWS | 4 +++- lib/graphincludes/params.pm | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/MANIFEST b/MANIFEST index 9dc259f..70ea5e3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5,7 +5,13 @@ lib/DEPS/Edge.pm lib/DEPS/Ingredientable.pm lib/DEPS/Node.pm lib/DEPS/Object.pm -lib/DEPS/Styler/Node/Group.pm +lib/DEPS/Style.pm +lib/DEPS/Style/Edge/WeightLabel.pm +lib/DEPS/Style/Node/GroupStats.pm +lib/DEPS/Style/Node/PerGroup.pm +lib/DEPS/Transform/CompatGroup.pm +lib/DEPS/Transform/Consolidate.pm +lib/DEPS/Transform/TransitiveReduction.pm lib/graphincludes/extractor.pm lib/graphincludes/extractor/C.pm lib/graphincludes/extractor/perl.pm @@ -18,9 +24,6 @@ lib/graphincludes/project/uniqueincludes.pm lib/graphincludes/renderer.pm lib/graphincludes/renderer/dot.pm lib/graphincludes/renderer/tulip.pm -lib/graphincludes/transform/compatgroup.pm -lib/graphincludes/transform/consolidate.pm -lib/graphincludes/transform/transitivereduction.pm Makefile.PL MANIFEST META.yml Module meta-data (added by MakeMaker) diff --git a/META.yml b/META.yml index bc71be2..bbab242 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: DEPS -version: 0.12+wip +version: 0.13 version_from: lib/graphincludes/params.pm installdirs: site requires: diff --git a/NEWS b/NEWS index f34353b..d49dc65 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.13 - UNRELEASED +Version 0.13 - 2006-01-08 End-user-visible changes @@ -9,6 +9,8 @@ Version 0.13 - UNRELEASED Bugs fixed: + * Ship all files (the 0.12 tarball missed all transforms and styles !) + * The path-handling functions in the default project class were confused by leading "./" in paths and failed to idendify some dependencies. diff --git a/lib/graphincludes/params.pm b/lib/graphincludes/params.pm index a022d93..7ed49dd 100644 --- a/lib/graphincludes/params.pm +++ b/lib/graphincludes/params.pm @@ -7,7 +7,7 @@ package graphincludes::params; use strict; use warnings; -our $VERSION='0.12+wip'; +our $VERSION='0.13'; our $verbose=0; our $showdropped=0; our $debug=0; -- 2.11.4.GIT