String::CommonSuffix - Return suffix common to all strings
This document describes version 0.01 of String::CommonSuffix (from Perl distribution String-CommonPrefix), released on 2014-12-10.
Given a list of strings, return common suffix.
String::CommonPrefix
Please visit the project's homepage at https://metacpan.org/release/String-CommonPrefix.
Source repository is at https://github.com/perlancar/perl-String-CommonPrefix.
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=String-CommonPrefix
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
perlancar <perlancar@cpan.org>
This software is copyright (c) 2014 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install String::CommonPrefix, copy and paste the appropriate command in to your terminal.
cpanm
cpanm String::CommonPrefix
CPAN shell
perl -MCPAN -e shell install String::CommonPrefix
For more information on module installation, please visit the detailed CPAN module installation guide.