Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/Bread/Board/LifeCycle/Request.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package Bread::Board::LifeCycle::Request;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: lifecycle for request-scoped services
Expand Down
1 change: 1 addition & 0 deletions lib/OX.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX;

use Moose::Exporter;
use 5.010;
# ABSTRACT: the hardest working two letters in Perl
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application;

use Moose 2.0200;
use namespace::autoclean;
# ABSTRACT: base class for OX applications
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application/Role/Request.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application::Role::Request;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: application role to allow the use of request and response objects
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application/Role/RouteBuilder.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application::Role::RouteBuilder;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: application role to configure a router based on a static description
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application/Role/Router.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application::Role::Router;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: base role for applications with routers
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application/Role/Router/Path/Router.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application::Role::Router::Path::Router;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: implementation of OX::Application::Role::Router which uses Path::Router
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application/Role/RouterConfig.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application::Role::RouterConfig;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: adds some common shortcuts to route declarations from OX::Application::Role::RouteBuilder
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Application/Role/Sugar.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Application::Role::Sugar;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Conflict.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Conflict;

use Moose;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Middleware.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Middleware;

use Moose;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Mount.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Mount;

use Moose;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Mount/App.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Mount::App;

use Moose;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Mount/Class.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Mount::Class;

use Moose;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Application.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Application;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Application/ToClass.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Application::ToClass;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Application/ToInstance.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Application::ToInstance;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Application/ToRole.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Application::ToRole;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Class.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Class;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Composite.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Composite;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/HasMiddleware.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::HasMiddleware;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/HasRouteBuilders.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::HasRouteBuilders;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/HasRoutes.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::HasRoutes;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Path.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Path;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Role/Role.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Role::Role;

use Moose::Role;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Meta/Route.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Meta::Route;

use Moose;
use namespace::autoclean;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Request.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Request;

use Moose;
use namespace::autoclean;
# ABSTRACT: request object for OX
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Response.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Response;

use Moose;
use namespace::autoclean;
# ABSTRACT: response object for OX
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Role.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Role;

use Moose::Exporter;
use 5.010;
# ABSTRACT: declare roles for your OX applications
Expand Down
1 change: 1 addition & 0 deletions lib/OX/RouteBuilder.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::RouteBuilder;

use Moose::Role;
use namespace::autoclean;
# ABSTRACT: abstract role for classes that turn configuration into a route
Expand Down
1 change: 1 addition & 0 deletions lib/OX/RouteBuilder/Code.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::RouteBuilder::Code;

use Moose;
use namespace::autoclean;
# ABSTRACT: OX::RouteBuilder which routes to a coderef
Expand Down
1 change: 1 addition & 0 deletions lib/OX/RouteBuilder/ControllerAction.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::RouteBuilder::ControllerAction;

use Moose;
use namespace::autoclean;
# ABSTRACT: OX::RouteBuilder which routes to an action method in a controller class
Expand Down
1 change: 1 addition & 0 deletions lib/OX/RouteBuilder/HTTPMethod.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::RouteBuilder::HTTPMethod;

use Moose;
use namespace::autoclean;
# ABSTRACT: OX::RouteBuilder which routes to a method in a controller based on the HTTP method
Expand Down
1 change: 1 addition & 0 deletions lib/OX/Types.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Types;

use strict;
use warnings;

Expand Down
1 change: 1 addition & 0 deletions lib/OX/Util.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package OX::Util;

use strict;
use warnings;

Expand Down