Task-BeLike-RWP

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Config::General: '0'
  DBI: '0'
  Data::Printer: '0'
  Dist::Zilla: '0'
  Domain::PublicSuffix: '0'
  IO::Tee: '0'
  Log::Log4perl: '0'
  Net::DNS: '0'
  Net::IP::XS: '0'
  Number::Bytes::Human: '0'
  PadWalker: '0'
  Path::Tiny: '0'
  Rex: '0'
  SQL::Abstract: '0'
  Syntax::Keyword::Match: '0'
  Syntax::Operator::In: '0'
  System::Command: '0'
  URI: '0'
  XML::RSS: '0'
  YAML::XS: '0'
  perl: v5.37.9

Makefile.PL  view on Meta::CPAN

    "Config::General" => 0,
    "DBI" => 0,
    "Data::Printer" => 0,
    "Dist::Zilla" => 0,
    "Domain::PublicSuffix" => 0,
    "IO::Tee" => 0,
    "Log::Log4perl" => 0,
    "Net::DNS" => 0,
    "Net::IP::XS" => 0,
    "Number::Bytes::Human" => 0,
    "PadWalker" => 0,
    "Path::Tiny" => 0,
    "Rex" => 0,
    "SQL::Abstract" => 0,
    "Syntax::Keyword::Match" => 0,
    "Syntax::Operator::In" => 0,
    "System::Command" => 0,
    "URI" => 0,
    "XML::RSS" => 0,
    "YAML::XS" => 0
  },

Makefile.PL  view on Meta::CPAN

  "Config::General" => 0,
  "DBI" => 0,
  "Data::Printer" => 0,
  "Dist::Zilla" => 0,
  "Domain::PublicSuffix" => 0,
  "IO::Tee" => 0,
  "Log::Log4perl" => 0,
  "Net::DNS" => 0,
  "Net::IP::XS" => 0,
  "Number::Bytes::Human" => 0,
  "PadWalker" => 0,
  "Path::Tiny" => 0,
  "Rex" => 0,
  "SQL::Abstract" => 0,
  "Syntax::Keyword::Match" => 0,
  "Syntax::Operator::In" => 0,
  "System::Command" => 0,
  "URI" => 0,
  "XML::RSS" => 0,
  "YAML::XS" => 0
);

cpanfile  view on Meta::CPAN

requires "Config::General" => "0";
requires "DBI" => "0";
requires "Data::Printer" => "0";
requires "Dist::Zilla" => "0";
requires "Domain::PublicSuffix" => "0";
requires "IO::Tee" => "0";
requires "Log::Log4perl" => "0";
requires "Net::DNS" => "0";
requires "Net::IP::XS" => "0";
requires "Number::Bytes::Human" => "0";
requires "PadWalker" => "0";
requires "Path::Tiny" => "0";
requires "Rex" => "0";
requires "SQL::Abstract" => "0";
requires "Syntax::Keyword::Match" => "0";
requires "Syntax::Operator::In" => "0";
requires "System::Command" => "0";
requires "URI" => "0";
requires "XML::RSS" => "0";
requires "YAML::XS" => "0";
requires "perl" => "v5.37.9";

dist.ini  view on Meta::CPAN

[Prereqs]
Path::Tiny = 0
System::Command = 0
Net::DNS = 0
Dist::Zilla = 0
Config::General = 0
DBI = 0
SQL::Abstract = 0
URI = 0
Clipboard = 0
PadWalker = 0
Data::Printer = 0
Log::Log4perl = 0
IO::Tee = 0
Domain::PublicSuffix = 0
Net::IP::XS = 0
XML::RSS = 0
Number::Bytes::Human = 0
Rex = 0

YAML::XS = 0

lib/Task/BeLike/RWP.pm  view on Meta::CPAN

SQL command abstraction in OOP style with useful statement costructing methods

=item L<URI> (L<GitHub|https://github.com/libwww-perl/URI>)

General URI class to handle URL's and the like

=item L<Clipboard> (L<GitHub|https://github.com/shlomif/Clipboard>)

Cross-platform clipboard management

=item L<PadWalker> (L<GitHub|https://github.com/robinhouston/PadWalker>)

Supported by Perl Debugger as the C<y> command

=item L<Data::Printer> (L<GitHub|https://github.com/garu/Data-Printer>)

Aids in debugging by displaying Perl data structures

=item L<Log::Log4perl> (L<GitHub|https://github.com/mschilli/log4perl>)

Perl logging framework



( run in 1.083 second using v1.01-cache-2.11-cpan-05444aca049 )