| Launcher-Cascade documentation | Contained in the Launcher-Cascade distribution. |
Launcher::Cascade::ListOfStrings::Context -
Cédric Bouvier <cbouvi@cpan.org>
Copyright (C) 2006 Cédric Bouvier, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Launcher-Cascade documentation | Contained in the Launcher-Cascade distribution. |
package Launcher::Cascade::ListOfStrings::Context;
use strict; use warnings; use base qw( Launcher::Cascade::ListOfStrings ); Launcher::Cascade::make_accessors_with_defaults string_before => '-' x 0, string_after => '-' x 0, separator => q{}, preparator => sub { " $_" }, ;
1; # end of Launcher::Cascade::ListOfStrings::Context