Devel-REPL-Profile-TSIBLEY

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Data::Printer" : "0",
            "Devel::REPL::Plugin::DDP" : "0",
            "Devel::REPL::Plugin::ReadLineHistory::WithoutExpansion" : "0",
            "Devel::REPL::Profile::Default" : "0",
            "perl" : "5.008005"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.88"
         }
      }
   },

META.yml  view on Meta::CPAN

no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
requires:
  Data::Printer: 0
  Devel::REPL::Plugin::DDP: 0
  Devel::REPL::Plugin::ReadLineHistory::WithoutExpansion: 0
  Devel::REPL::Profile::Default: 0
  perl: 5.008005
resources:
  bugtracker: https://github.com/tsibley/Devel-REPL-Profile-TSIBLEY/issues
  homepage: https://github.com/tsibley/Devel-REPL-Profile-TSIBLEY
  repository: https://github.com/tsibley/Devel-REPL-Profile-TSIBLEY.git
version: 0.02

README  view on Meta::CPAN

        # per-invocation
        re.pl --profile TSIBLEY

DESCRIPTION
    Devel::REPL::Profile::TSIBLEY is based on the default profile with the
    following differences:

    *   History expansion via "!" is disabled

    *   Data::Printer is used instead of Data::Dumper::Streamer (via
        Devel::REPL::Plugin::DDP)

AUTHOR
    Thomas Sibley <tsibley@cpan.org>

COPYRIGHT
    Copyright 2013- Thomas Sibley

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

cpanfile  view on Meta::CPAN

requires 'perl', '5.008005';

requires 'Devel::REPL::Plugin::DDP';
requires 'Devel::REPL::Plugin::ReadLineHistory::WithoutExpansion';
requires 'Devel::REPL::Profile::Default';
requires 'Data::Printer';

on test => sub {
    requires 'Test::More', '0.88';
};

lib/Devel/REPL/Profile/TSIBLEY.pm  view on Meta::CPAN


=head1 DESCRIPTION

Devel::REPL::Profile::TSIBLEY is based on the L<default
profile|Devel::REPL::Profile::Default> with the following differences:

=over

=item * History expansion via C<!> is disabled

=item * L<Data::Printer> is used instead of L<Data::Dumper::Streamer> (via L<Devel::REPL::Plugin::DDP>)

=back

=head1 AUTHOR

Thomas Sibley E<lt>tsibley@cpan.orgE<gt>

=head1 COPYRIGHT

Copyright 2013- Thomas Sibley



( run in 0.410 second using v1.01-cache-2.11-cpan-4ee56698ea0 )