This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MetaCPAN::API | |
| ->new(base_url, user_agent) | |
| ->author(author_id) # returns a ::Author object | |
| ->author_search({ query }) # returns a ::ResultSet object | |
| # additional methods for objects | |
| # additional methods for backcompat | |
| MetaCPAN::API::Author | |
| ->name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MooseX::Aliases - MooX::Aliases | |
| MooseX::ClassAttribute - MooX::ClassAttribute | |
| MooseX::Configuration | |
| MooseX::MarkAsMethods - not needed (don't use namespace::autoclean) | |
| MooseX::NonMoose - Built in to Moo | |
| MooseX::SetOnce - http://github.com/haarg/MooX-SetOnce | |
| MooseX::StrictConstructor - MooX::StrictConstructor | |
| MooseX::Types - MooX::Types::MooseLike or Type::Tiny | |
| MooseX::Types::Moose - MooX::Types::MooseLike::Base or Types::Standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package Plack::Middleware::MultiSession; | |
| use strict; | |
| use warnings; | |
| our $VERSION = '0.001'; | |
| use Plack::Util; | |
| use Plack::Util::Accessor qw( | |
| name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/WGDev/Command/Ls.pm b/lib/WGDev/Command/Ls.pm | |
| index 589939f..bdd3f7e 100644 | |
| --- a/lib/WGDev/Command/Ls.pm | |
| +++ b/lib/WGDev/Command/Ls.pm | |
| @@ -7,6 +7,8 @@ use 5.008008; | |
| use WGDev::Command::Base; | |
| BEGIN { our @ISA = qw(WGDev::Command::Base) } | |
| +use Try::Tiny; | |
| + |
NewerOlder