
Zucchini::Version - The Zucchini project-wide version number

package Zucchini::Whatever;
# Must be on one line so MakeMaker can parse it.
use Zucchini::Version; our $VERSION = $Zucchini::VERSION;

Because of the problems coordinating revision numbers in a distributed version control system and across a directory full of Perl modules, this module provides a central location for the project's release number.

This idea was taken from SVK

Chisel Wright <chiselwright@users.berlios.de>

Copyright 2008-2009 by Chisel Wright
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.