Changes for version 0.07 - 2010-12-05

  • Changes to permit direct 'use' of semantic modules (e.g. 'use Wx::Declarative;' instead of 'use Class::Declarative qw(Wx::Declarative)') Added the ability to load a node using an arrayref of its components (first line, then children) instead of having to pass a text. Probably other stuff, but those two are the main reasons this version is being published.

Modules

Provides a declarative framework for Perl
base class implementing an event context in a declarative structure.
implements a node in a declarative structure.
implements a parser to be defined using Class::Declarative::Semantics::Parse.
provides the framework for a set of semantic classes in a declarative framework.
implements some code (perl or otherwise) in a declarative framework.
implements a data table.
implements POD documentation in a declarative framework.
implements a named value in an event context
some utility functions for the declarative framework - automatically included for generated code.

Provides

in lib/Class/Declarative/EventContext.pm