Guest User

Untitled

a guest
Apr 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!perl
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. use lib 't/lib';
  7.  
  8. use Test::Amikeco::Value::Activity::Level::Role::PseudoType;
  9.  
  10. Test::Amikeco::Value::Activity::Level::Role::PseudoType->runtests;
  11.  
  12. __END__
Add Comment
Please, Sign In to add comment