Help for this page

Select Code to Download


  1. or download this
    prove -Iblib/lib -It/TestMods t/01-file-collector.t
    
  2. or download this
    t/01-file-collector.t .. # Running my tests
    t/01-file-collector.t .. 1/13 
    ...
    #   at t/01-file-collector.t line 38.
    Can't call method "get_count" on unblessed reference at t/01-file-coll
    +ector.t line 41.
    # Looks like your test exited with 2 just after 4.
    
  3. or download this
    prove -Iblib/lib -It/TestMods -I. t/01-file-collector.t
    
  4. or download this
      # eval class code
      foreach my $class ( @$classes ) {
        eval "require $class";
      }
    
  5. or download this
      my $obj   = $class->new($s->{_files}{all},
                \($s->{selected}),
                $s->{_files}{"${cat}_files"}{_files});
      return $obj;