Banal-Moosy-Mungers

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

      "dist_version" => "0.002",
      "license" => "perl",
      "module_name" => "Banal::Moosy::Mungers",
      "recursive_test_files" => 1,
      "requires" => {
        "Banal::Util::Mini" => 0,
        "Data::Printer" => 0,
        "Exporter::Shiny" => 0,
        "List::Util" => "1.45",
        "Scalar::Util" => 0,
        "namespace::autoclean" => 0,
        "perl" => "5.014",
        "strict" => 0,
        "warnings" => 0
      },
      "test_requires" => {
        "File::Spec" => 0,
        "Module::Metadata" => 0,
        "Test::Compile" => 0,
        "Test::More" => 0,
        "perl" => "5.014"

META.json  view on Meta::CPAN

            "Test::Warnings" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Banal::Util::Mini" : "0",
            "Data::Printer" : "0",
            "Exporter::Shiny" : "0",
            "List::Util" : "1.45",
            "Scalar::Util" : "0",
            "namespace::autoclean" : "0",
            "perl" : "5.014",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {

META.yml  view on Meta::CPAN

    version: '0.002'
  Banal::Moosy::Mungers::DeviseFallbacks:
    file: lib/Banal/Moosy/Mungers/DeviseFallbacks.pm
    version: '0.002'
requires:
  Banal::Util::Mini: '0'
  Data::Printer: '0'
  Exporter::Shiny: '0'
  List::Util: '1.45'
  Scalar::Util: '0'
  namespace::autoclean: '0'
  perl: '5.014'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Banal-Moosy-Mungers
  homepage: https://github.com/tabulon/p5-Banal-Moosy-Mungers
  repository: https://github.com/tabulon/p5-Banal-Moosy-Mungers.git
version: '0.002'
x_Dist_Zilla:
  perl:

Makefile.PL  view on Meta::CPAN

  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "Banal::Moosy::Mungers",
  "PL_FILES" => {},
  "PREREQ_PM" => {
    "Banal::Util::Mini" => 0,
    "Data::Printer" => 0,
    "Exporter::Shiny" => 0,
    "List::Util" => "1.45",
    "Scalar::Util" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "Test::Compile" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.002",

lib/Banal/Moosy/Mungers/DeviseFallbacks.pm  view on Meta::CPAN


our $VERSION = '0.002';
# AUTHORITY

use Data::Printer;    # DEBUG purposes.
use Scalar::Util      qw(reftype);
use List::Util 1.45   qw(pairs);

use Banal::Util::Mini qw(peek tidy_arrayify);

use namespace::autoclean;
use Exporter::Shiny qw( mhs_fallbacks );


#######################################
sub mhs_fallbacks { # Munge attr specs so that the attribute may use a 'fallback' routine for its 'default' sub.
#######################################
  # ATTENTION : Special calling convention and interface defined by MooseX::MungeHas.
  my $name    = $_;         # $_ contains the attribute NAME
  %_          = (@_, %_);   # %_ contains the attribute SPECS, whereas @_ contains defaults (prefs) for those specs.

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'Test::Warnings' => '0'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Banal::Util::Mini' => '0',
                                      'Data::Printer' => '0',
                                      'Exporter::Shiny' => '0',
                                      'List::Util' => '1.45',
                                      'Scalar::Util' => '0',
                                      'namespace::autoclean' => '0',
                                      'perl' => '5.014',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.585 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )