NAME
WWW::DaysOfWonder::Memoir44::Url - encapsulation of days of wonder urls
VERSION
version 3.000
SYNOPSIS
use WWW::DaysOfWonder::Memoir44::Url;
my $url = WWW::DaysOfWonder::Memoir44::Url->new( { source => 'game' } );
print $url;
DESCRIPTION
This module encapsulates urls to fetch scenarios from Days of Wonder. Depending on various criterias (cf attributes), the url listing the available scenarios will be different.
ATTRIBUTES
$url->source;
The scenarios source. See the Source
type in WWW::DaysOfWonder::Memoir44::Types.
METHODS
my $str = $url->as_string;
Stringifies the object in a well-formed url. This is the method called when the object needs to be stringified by perl due to the context.
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.