1Data::Perl::String::MooUsseeLrikCeo(n3t)ributed Perl DocDuamtean:t:aPteiroln::String::MooseLike(3)
2
3
4
6 Data::Perl::String::MooseLike - data::Perl::String subclass that
7 simulates Moose's native traits.
8
10 version 0.001009
11
13 use Data::Perl::Collection::String::MooseLike;
14
15 my $string = Data::Perl::Collection::String::MooseLike->new("this is a string\n");
16
17 $string->chomp;
18
19 $string->substr(); # etc
20
22 This class provides a wrapper and methods for interacting with a
23 string. All methods are written to emulate/match existing behavior that
24 exists with Moose's native traits. You should probably be looking at
25 Data::Perl's documentation instead.
26
28 • Data::Perl
29
30 • Data::Perl::Role::Collection::String
31
33 Toby Inkster <tobyink@cpan.org>
34
36 This software is copyright (c) 2020 by Matthew Phillips
37 <mattp@cpan.org>.
38
39 This is free software; you can redistribute it and/or modify it under
40 the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.36.0 2023-01-20 Data::Perl::String::MooseLike(3)