Aion-Enum

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Listing in the style of OOP, when each renewal is an object",
   "author" : [
      "Yaroslav O. Kosmina LL<mailto:dart@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.1.28",
   "license" : [
      "gpl_3"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Listing in the style of OOP, when each renewal is an object'
author:
  - 'Yaroslav O. Kosmina LL<mailto:dart@cpan.org>'
build_requires:
  Carp: '0'
  Cwd: '0'
  File::Basename: '0'
  File::Find: '0'
  File::Path: '0'
  File::Slurper: '0'
  File::Spec: '0'

i18n/Aion/Enum.ru-en.po  view on Meta::CPAN

msgid "Aion::Enum - перечисления в стиле ООП, когда каждое перечсление является объектом"
msgstr "Aion :: Enum - Listing in the style of OOP, when each renewal is an object"

msgid "Файл lib/StatusEnum.pm:"
msgstr "File lib/StatusEnum.pm:"

msgid "`Aion::Enum` позволяет создавать перечисления-объекты. Данные перечисления могут содержать дополнительные методы и свойства. В них можно...
msgstr "`Aion :: Enum` allows you to create transfers-objects. These transfers may contain additional methods and properties. You can add roles to them (using `with`) or use them as a role."

msgid "Важной особенностью является сохранение порядка перечисления."
msgstr "An important feature is the preservation of the procedure for listing."

lib/Aion/Enum.pm  view on Meta::CPAN

}

1;

__END__

=encoding utf-8

=head1 NAME

Aion :: Enum - Listing in the style of OOP, when each renewal is an object

=head1 VERSION

0.0.3

=head1 SYNOPSIS

File lib/StatusEnum.pm:

	package StatusEnum;



( run in 0.535 second using v1.01-cache-2.11-cpan-bbe5e583499 )