Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. mig_tools.pm did not return a true value at
  2.  
  3. package mig_tools;
  4. require Exporter;
  5.  
  6. use strict;
  7. use warnings;
  8.  
  9. our @ISA = qw(Exporter);
  10. our @EXPORT = qw( ensure_included);
  11.  
  12. our $fname;
  13. our @lines;
  14.  
  15. // definitions of already_has_include find_include_insert_point and ensure_included.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement