logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data::Perl::String::MooseLike - data::Perl::String subclass that simulates Moose's native traits.

Author

       Toby Inkster <tobyink@cpan.org>

Description

       This class provides a wrapper and methods for interacting with a string. All methods are written to
       emulate/match existing behavior that exists with Moose's native traits. You should probably be looking at
       Data::Perl's documentation instead.

Name

       Data::Perl::String::MooseLike - data::Perl::String subclass that simulates Moose's native traits.

See Also

       •   Data::Perl

       •   Data::Perl::Role::Collection::String

Synopsis

         use Data::Perl::Collection::String::MooseLike;

         my $string = Data::Perl::Collection::String::MooseLike->new("this is a string\n");

         $string->chomp;

         $string->substr(); # etc

Version

       version 0.001009

See Also