The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file contains general metadata about the project.

@prefix : <http://usefulinc.com/ns/doap#>.

`List-MapMulti`
	:programming-language "Perl" ;
	:shortdesc            "map through multiple arrays at once" ;
	:homepage             <https://metacpan.org/release/List-MapMulti>;
	:download-page        <https://metacpan.org/release/List-MapMulti>;
	:bug-database         <http://rt.cpan.org/Dist/Display.html?Queue=List-MapMulti>;
	:repository           [ a :HgRepository; :browse <https://bitbucket.org/tobyink/p5-list-mapmulti> ];
	:created              2012-03-23;
	:license              <http://dev.perl.org/licenses/>;
	:maintainer           cpan:TOBYINK;
	:developer            cpan:TOBYINK.

<http://dev.perl.org/licenses/>
	dc:title  "the same terms as the perl 5 programming language system itself".