Skip to content

Commit

Permalink
Add missing ABSTRACT statements from packages
Browse files Browse the repository at this point in the history
The main ABSTRACT now matches the project description as noted on GitHub.
The remaining packages have had ABSTRACT statements added since these
statements are required by Dist::Zilla.
  • Loading branch information
Paul Cochrane committed Nov 1, 2015
1 parent c28fcc0 commit 789d686
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/App/FakeApache1.pm
@@ -1,5 +1,5 @@
package Plack::App::FakeApache1;
# ABSTRACT: Plack::App::FakeApache1 needs a more meaningful abstract
# ABSTRACT: Perl distro to aid in mod_perl1->PSGI migration
use strict;
use warnings;

Expand Down
1 change: 1 addition & 0 deletions lib/Plack/App/FakeApache1/Constants.pm
@@ -1,4 +1,5 @@
package Plack::App::FakeApache1::Constants;
# ABSTRACT: Define Apache1 constants
use strict;
use warnings;

Expand Down
1 change: 1 addition & 0 deletions lib/Plack/App/FakeApache1/Handler.pm
@@ -1,4 +1,5 @@
package Plack::App::FakeApache1::Handler;
# ABSTRACT: Mimic Apache's handler
use strict;
use warnings;

Expand Down
1 change: 1 addition & 0 deletions lib/Plack/App/FakeApache1/Request.pm
@@ -1,4 +1,5 @@
package Plack::App::FakeApache1::Request;
# ABSTRACT: Mimic Apache1 requests
use Moose;

use HTTP::Status qw(:is :constants);
Expand Down
1 change: 1 addition & 0 deletions lib/Plack/App/FakeModPerl1.pm
@@ -1,4 +1,5 @@
package Plack::App::FakeModPerl1;
# ABSTRACT: Mimic Apache's mod_perl1
use 5.10.1;
use Moose;

Expand Down
1 change: 1 addition & 0 deletions lib/Plack/App/FakeModPerl1/Dispatcher.pm
@@ -1,4 +1,5 @@
package Plack::App::FakeModPerl1::Dispatcher;
# ABSTRACT: Mimic Apache mod_perl1's dispatcher
use 5.10.1;
use Moose;

Expand Down
1 change: 1 addition & 0 deletions lib/Plack/App/FakeModPerl1/Server.pm
@@ -1,4 +1,5 @@
package Plack::App::FakeModPerl1::Server;
# ABSTRACT: Mimic Apache mod_perl1's server
use strict;
use warnings;
use 5.10.1;
Expand Down

0 comments on commit 789d686

Please sign in to comment.