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

NAME

WWW::DaysOfWonder::Memoir44::Filter - filter object

VERSION

version 3.000

DESCRIPTION

This module represents a filter that can be applied to the list of scenarios.

ATTRIBUTES

ids

Scenario id (if multiple entries, only one of them need to match). Alias: i.

name

Scenario name. Alias: n.

operation

Scenario operation. Alias: o.

format

Scenario format. Aliases: fmt or f.

board

Scenario board. Alias: b.

my $bool = $scenario->tp;

Whether terrain pack extension is required.

my $bool = $scenario->ef;

Whether eastern front extension is required.

my $bool = $scenario->mt;

Whether mediterranean theater extension is required.

my $bool = $scenario->pt;

Whether pacific theater extension is required.

my $bool = $scenario->ap;

Whether air pack extension is required.

my $bool = $scenario->bm;

Whether battle maps extension is required.

my $bool = $scenario->cb;

Whether campaign book extension is required.

languages

Languages accepted for a scenario (if multiple entries, only one of them need to match). Aliases: lang or l.

rating

Minimum scenario rating (integer between 0 and 3). Aliases: rate or r.

METHODS

as_grep_clause

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.