Matt Kraai's spelling fixes for Moose::Intro
[gitmo/Moose.git] / doap.rdf
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/">
2  <name>Moose</name>
3  <shortname>Moose</shortname>
4  <shortdesc>Moose is a postmodern object system for Perl5.</shortdesc>
5  <description>Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, CLOS (LISP), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots. </description>
6  <homepage rdf:resource="http://www.iinteractive.com/moose/" />
7  <download-page rdf:resource="http://search.cpan.org/~stevan/Moose/" />
8
9  <bug-database rdf:resource="http://rt.cpan.org/Public/Dist/Display.html?Name=Moose" />
10  <programming-language>Perl</programming-language>
11  <license rdf:resource="http://usefulinc.com/doap/licenses/artistic" />
12  <maintainer>
13   <foaf:Person>
14      <foaf:name>Stevan Little</foaf:name>
15   </foaf:Person>
16  </maintainer>
17
18  <developer>
19   <foaf:Person>
20      <foaf:name>Chris Prather</foaf:name>
21   </foaf:Person>
22  </developer>
23  <repository>
24    <SVNRepository>
25      <browse rdf:resource='http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose' />
26
27      <location rdf:resource='http://code2.0beta.co.uk/moose/svn/Moose/' />
28    </SVNRepository>
29  </repository> 
30 </Project>
31