Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Diary of a Zydeco experiment - E03 - Errors for fun and success

by Smonff (Scribe)
on Sep 22, 2020 at 19:29 UTC ( [id://11122095]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # lib/Wildlife/Behavior/Buyer.zydeco.pm
        role Buyer {
    ...
          }
        }
    
  2. or download this
        # lib/Place/Behavior/Exhibit.zydeco.pm
        role Exhibit {
    ...
        }
    
  3. or download this
        # lib/Art.pm
        package Art {
    ...
        }
    
  4. or download this
        # t/gallery.t
        use v5.16;
    ...
        can_ok $gallery, 'sale';
    
  5. or download this
    
        smonff@padi:~/projects/Art-World$ prove -lv t/15_gallery.t
    ...
        Result: FAIL
    
  6. or download this
        croak "Can't apply ${name} to ${to} - missing ".join(', ', @requir
    +es_fail);
    
  7. or download this
        class Gallery with Exhibit, Buyer {
    
    ...
          ...
      }
    
  8. or download this
      smonff@padi:~/projects/Art-World$ prove -lv t/15_gallery.t
      t/15_gallery.t ..
    ...
      Files=1, Tests=7,  2 wallclock secs ( 0.03 usr  0.00 sys +  2.30 cus
    +r  0.16 csys =  2.49 CPU)
      Result: PASS
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://11122095]
Approved by Corion
Front-paged by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-23 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found