Aard

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Read aarddict dictionaries",
   "author" : [
      "Marius Gavrilescu <marius@ieval.ro>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },

META.json  view on Meta::CPAN

            "JSON::MaybeXS" : "0",
            "List::Util" : "0",
            "UUID::Tiny" : "0",
            "perl" : "5.014000"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "url" : "https://git.ieval.ro/?p=aard.git"
      }
   },
   "version" : "0.001"
}

META.yml  view on Meta::CPAN

---
abstract: 'Read aarddict dictionaries'
author:
  - 'Marius Gavrilescu <marius@ieval.ro>'
build_requires:
  ExtUtils::MakeMaker: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'

META.yml  view on Meta::CPAN

    - t
    - inc
requires:
  IO::Uncompress::Bunzip2: '0'
  IO::Uncompress::Inflate: '0'
  JSON::MaybeXS: '0'
  List::Util: '0'
  UUID::Tiny: '0'
  perl: '5.014000'
resources:
  repository: https://git.ieval.ro/?p=aard.git
version: '0.001'

Makefile.PL  view on Meta::CPAN

use 5.014000;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME              => 'Aard',
	VERSION_FROM      => 'lib/Aard.pm',
	ABSTRACT_FROM     => 'lib/Aard.pm',
	AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
	MIN_PERL_VERSION  => '5.14.0',
	LICENSE           => 'perl',
	SIGN              => 1,
	PREREQ_PM         => {
		qw/IO::Uncompress::Inflate 0
		   IO::Uncompress::Bunzip2 0
		   List::Util 0

		   JSON::MaybeXS 0
		   UUID::Tiny 0/,
	},
	META_MERGE        => {
		dynamic_config => 0,
		resources      => {
			repository => 'https://git.ieval.ro/?p=aard.git',
		}
	}
);

lib/Aard.pm  view on Meta::CPAN

Returns the dictionary data source

=back

=head1 SEE ALSO

L<http://aarddict.org>, L<http://aarddict.org/aardtools/doc/aardformat.html>

=head1 AUTHOR

Marius Gavrilescu, E<lt>marius@ieval.roE<gt>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2014 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.




( run in 0.715 second using v1.01-cache-2.11-cpan-98e64b0badf )