Help for this page

Select Code to Download


  1. or download this
    pages:
    - Page:
    ...
    
    - Page:
       URL: http://www.perl.org/
    
  2. or download this
    package Page;
    our $VERSION=0.01;
    ...
    __PACKAGE__->meta->make_immutable;
    
    1;
    
  3. or download this
    package PagesGenerator;
    our $VERSION=0.01;
    ...
    __PACKAGE__->meta->make_immutable;
    
    1;
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    use FindBin qw($Bin);
    my $p=PagesGenerator->new_with_config(configfile => "$Bin/pages-temp.y
    +aml");
    
  5. or download this
    Attribute (pages) does not pass the type constraint because: Validatio
    +n failed for 'ArrayRef[Page]' with value ARRAY(0x22422e8) at /usr/loc
    +al/share/perl/5.10.0/MooseX/ConfigFromFile.pm line 44
        MooseX::ConfigFromFile::new_with_config('PagesGenerator', 'configf
    +ile', 'pages-temp.yaml') called at navigator.pl line 14