The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CAD::Firemen::Change::Type - Constants to represant the change type of CAD::Firemen::Change

VERSION

version 0.7.2

DESCRIPTION

NoChange - There is no change between two values. NoSpecial - It's a normal change and not a change of the ones listed below.

Special changes:

Case - The values are the same, but changed in case (e.g: yes to YES) Path - The values may be different, but they are paths and therefore they may change from release to release ValuesChanged - At least one possible value has changed (Removed or added) DefaultValueChanged - The default value is changed

Note that the values are strings, therefore they must be compared with "ne" and "eq" like

if($change->changeType() eq CAD::Firemen::Change::Type->NoChange){}

AUTHOR

Joachim Langenbach <langenbach@imw.tu-clausthal.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by TU Clausthal, Institut fuer Maschinenwesen.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991