Anagram-Groups
view release on metacpan or search on metacpan
use 5.006;
use strict;
use warnings FATAL => 'all';
use Module::Build;
my $builder = Module::Build->new(
module_name => 'Anagram::Groups',
license => 'Artistic_2_0',
dist_author => q{isunix <isunix1989@gmail.com>},
dist_version_from => 'lib/Anagram/Groups.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
#'ABC' => 1.6,
{
"abstract" : "The great new Anagram::Groups which will show us all the anagrams for the given array of strings!",
"author" : [
"isunix <isunix1989@gmail.com>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
---
abstract: 'The great new Anagram::Groups which will show us all the anagrams for the given array of strings!'
author:
- 'isunix <isunix1989@gmail.com>'
build_requires:
Test::More: '0'
configure_requires:
Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142060'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
CPAN Ratings
http://cpanratings.perl.org/d/Anagram-Groups
Search CPAN
http://search.cpan.org/dist/Anagram-Groups/
LICENSE AND COPYRIGHT
Copyright (C) 2014 isunix
This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
copy of the full license at:
L<http://www.perlfoundation.org/artistic_license_2_0>
Any use, modification, and distribution of the Standard or Modified
Versions is governed by this Artistic License. By using, modifying or
distributing the Package, you accept this license. Do not use, modify,
lib/Anagram/Groups.pm view on Meta::CPAN
my $word = $_;
s/\s+//g;
push @{ $anagram_hashref->{ join '', sort split( //, $_ ) } }, $word;
}
return map {$anagram_hashref->{$_}} keys %$anagram_hashref;
}
=head1 AUTHOR
isunix, C<< <isunix1989 at gmail.com> >>
=head1 BUGS
Please report any bugs or feature requests to C<bug-anagram-groups at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Anagram-Groups>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
lib/Anagram/Groups.pm view on Meta::CPAN
L<http://search.cpan.org/dist/Anagram-Groups/>
=back
=head1 ACKNOWLEDGEMENTS
=head1 LICENSE AND COPYRIGHT
Copyright 2014 isunix.
This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
copy of the full license at:
L<http://www.perlfoundation.org/artistic_license_2_0>
Any use, modification, and distribution of the Standard or Modified
Versions is governed by this Artistic License. By using, modifying or
distributing the Package, you accept this license. Do not use, modify,
( run in 2.721 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )