Eve 0.06 Latest
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Eve-0.06/lib/Eve/HttpRequest/Psgi.pm -- Around line 238: =over without closing =back Eve-0.06/lib/Eve/HttpRequest.pm -- Around line 134: =over without closing =back Eve-0.06/lib/Eve/Test.pm -- Around line 229: =over without closing =back
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Eve | The web service creation framework written with events in mind. | 0.06 | metacpan |
Eve::Class | a class that all other library classes use as a parent. | metacpan | |
Eve::DbiStub | a stub for replacing the database in unit tests. | metacpan | |
Eve::Email | a wrapper for the C<Email::Sender::Simple> library. | metacpan | |
Eve::EmailStub | a helper stub class that replaces the mailer class. | metacpan | |
Eve::Event | a base class for all event classes. | metacpan | |
Eve::Event::ExternalProfileAdd | a new external profile is added. | metacpan | |
Eve::Event::ExternalSignup | external signup profile available. | metacpan | |
Eve::Event::HttpRequestReceived | HTTP request received. | metacpan | |
Eve::Event::HttpResponseReady | HTTP response ready. | metacpan | |
Eve::Event::PsgiRequestReceived | HTTP request received through PSGI. | metacpan | |
Eve::EventHandler | a base class for event handlers. | metacpan | |
Eve::EventMap | maps events to event handlers. | metacpan | |
Eve::EventTestBase | a base class for event test case classes. | metacpan | |
Eve::Exception | a module that defines a set of exception classes. | metacpan | |
Eve::Gateway::PgSql | a base class for PostgreSQL data gateways. | metacpan | |
Eve::Geometry | an abstract geometry class for map projection purposes. | metacpan | |
Eve::Geometry::Point | a point geometry class for map projection purposes. | metacpan | |
Eve::Geometry::Polygon | a polygon geometry class for map projection purposes. | metacpan | |
Eve::HttpDispatcher | an event handler for HTTP request events. | metacpan | |
Eve::HttpOutput | an event handler for HTTP response events. | metacpan | |
Eve::HttpRequest | an abstract HTTP request adapter. | metacpan | |
Eve::HttpRequest::Psgi | an HTTP request adapter for the PSGI interface. | metacpan | |
Eve::HttpResource | a base class for HTTP resource controllers. | metacpan | |
Eve::HttpResource::Graph | a base class for the Graph API node HTTP resources. | metacpan | |
Eve::HttpResource::Template | a simple HTTP resource with a template. | metacpan | |
Eve::HttpResourceGraphTestBase | a base class for all Graph API HTTP resource classes. | metacpan | |
Eve::HttpResponse | an HTTP response adapter. | metacpan | |
Eve::HttpResponse::Psgi | metacpan | ||
Eve::Item | a base class for item classes. | metacpan | |
Eve::Item::Entry | a base class for workflow items. | metacpan | |
Eve::ItemEntryTestBase | a base class for all entry item classes. | metacpan | |
Eve::ItemTestBase | a base class for all item classes. | metacpan | |
Eve::Json | a JSON converter adapter. | metacpan | |
Eve::PgSql | the PostgreSQL factory. | metacpan | |
Eve::PgSqlConnection | a class for PostgreSQL connection. | metacpan | |
Eve::PgSqlFunction | a PostgreSQL stored function class. | metacpan | |
Eve::PgSqlType | a base class for PostgreSQL types. | metacpan | |
Eve::PgSqlType::Array | a PostgreSQL array type. | metacpan | |
Eve::PgSqlType::Bigint | a PostgreSQL bigint type. | metacpan | |
Eve::PgSqlType::Boolean | a PostgreSQL boolean type. | metacpan | |
Eve::PgSqlType::Double | a PostgreSQL double precision float type. | metacpan | |
Eve::PgSqlType::DoubleArray | a PostgreSQL double precision array type. | metacpan | |
Eve::PgSqlType::DriverNative | a PostgreSQL type native for B<DBD::Pg> B<DBI> driver. | metacpan | |
Eve::PgSqlType::Geometry | a generic PostGIS geometry type wrapper. | metacpan | |
Eve::PgSqlType::Integer | a PostgreSQL integer type. | metacpan | |
Eve::PgSqlType::IntegerArray | a PostgreSQL integer array type. | metacpan | |
Eve::PgSqlType::Interval | a PostgreSQL interval type. | metacpan | |
Eve::PgSqlType::Smallint | a PostgreSQL smallint type. | metacpan | |
Eve::PgSqlType::Text | a PostgreSQL text type. | metacpan | |
Eve::PgSqlType::Timestamp | a PostgreSQL timestamp without timezone type. | metacpan | |
Eve::PgSqlType::TimestampWithTimeZone | a PostgreSQL timestamp with timezone type. | metacpan | |
Eve::PsgiStub | a stub class to easily create mock versions of HTTP requests. | metacpan | |
Eve::Registry | a service provider class. | metacpan | |
Eve::RegistryStub | a helper class that replaces the registry with a mock object. | metacpan | |
Eve::Session | a persistent session class. | metacpan | |
Eve::Support | an utility class that houses various helper functions | metacpan | |
Eve::Template | a template engine class. | metacpan | |
Eve::TemplateStub | a stub class that replaces the template class with a mock. | metacpan | |
Eve::Test | a base class for all test cases. | metacpan | |
Eve::Uri | a URI automation class. | metacpan |
Provides
Name | File | View |
---|---|---|
Eve::GatewayPgSqlTestBase | lib/Eve/GatewayPgsqlTestBase.pm | metacpan |