# XXX: This should become a real parser, à la Text::ParseWords.
$line=~ s/^\s+//;
$line=~ s/\s+$//;
push@words, split/\s*,\s*/, $line;
}
return\@words;
}
__END__
=pod
=encoding UTF-8
=head1 NAME
RT::Client::REST::Forms - This package provides functions from RT::Interface::REST, because we don't want to depend on rt being installed. Derived from rt 3.4.5.
=head1 VERSION
version 0.56
=head2 METHODS
=over 4
=item expand_list
Expands a list, splitting on commas and stuff.
=item form_parse
Returns a reference to an array of parsed forms.
=item form_compose
Returns text representing a set of forms.
=for stopwords vpush vsplit
=item vpush
Add a value to a (possibly multi-valued) hash key.
=item vsplit
"Normalize" a hash key that's known to be multi-valued.
=back
1;
=head1 AUTHORS
=over 4
=item *
Abhijit Menon-Sen <ams@wiw.org>
=item *
Dmitri Tikhonov <dtikhonov@yahoo.com>
=item *
Damien "dams" Krotkine <dams@cpan.org>
=item *
Dean Hamstead <dean@bytefoundry.com.au>
=item *
Miquel Ruiz <mruiz@cpan.org>
=item *
JLMARTIN
=item *
SRVSH
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Dmitri Tikhonov.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)