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

NAME

Text::Snippet::TabStop::WithDefault - Tab stop that specifies a default value for the user

VERSION

version 0.04

EXAMPLE SYNTAX

        ${1:default value here}

CLASS METHODS

parse

This method parses the index and default value from the source that is passed in.

INSTANCE METHODS

  • default

    Returns the default value as parsed from the original source of the tab stop.

  • replacement

    Augments super-class' replacement method an returns the default value if no replacement has been specified.

AUTHOR

  Brian Phillips <bphillips@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Brian Phillips.

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