Skip to content

Commit

Permalink
1.08 - Added pod.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed May 16, 2024
1 parent ac23790 commit 2211ef2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ my $class = Module::Build->subclass(
my ($s) = @_;
$s->SUPER::ACTION_install;
# Display logo/image.
local @ARGV = (
"e",
"-q",
Expand Down Expand Up @@ -45,8 +46,8 @@ my $builder = $class->new(
requires => {
'perl' => '5.016',
'Sub::Util' => '0',
'Runtime::Debugger' => '1.01',
'Data::Trace' => '1.01',
'Runtime::Debugger' => '1.02',
'Data::Trace' => '1.02',
'Tiny::Prof' => '0',
'Mojolicious' => '0',
'YAML::XS' => '0',
Expand Down
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for e

=================
1.08 - 2024-05-16
=================

Increased repl, trace versions.
Added key: pod.

=================
1.07 - 2024-05-15
=================
Expand Down
14 changes: 13 additions & 1 deletion lib/e.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ e - beastmode unleashed
=cut

our $VERSION = '1.07';
our $VERSION = '1.08';

=head1 SYNOPSIS
Expand Down Expand Up @@ -297,6 +297,18 @@ sub import {
Mojo::URL->new( @_ );
},

######################################
# Pod
######################################

pod => sub {
require App::Pod;
App::Pod->import;

local @ARGV = @_;
App::Pod->run;
},

######################################
# Package Building
######################################
Expand Down

0 comments on commit 2211ef2

Please sign in to comment.