| WWW-DaysOfWonder-Memoir44 documentation | view source | Contained in the WWW-DaysOfWonder-Memoir44 distribution. |
WWW::DaysOfWonder::Memoir44::Url - encapsulation of days of wonder urls
version 2.110310
use WWW::DaysOfWonder::Memoir44::Url;
my $url = WWW::DaysOfWonder::Memoir44::Url->new( { source => 'game' } );
print $url;
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.
The scenarios source. See the Source type in
WWW::DaysOfWonder::Memoir44::Types.
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.
Jerome Quelin
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.
| WWW-DaysOfWonder-Memoir44 documentation | view source | Contained in the WWW-DaysOfWonder-Memoir44 distribution. |