Skip to content
Snippets Groups Projects
Commit 7d8c194e authored by Ian Longden's avatar Ian Longden
Browse files

DESTROY added

parent 3822b710
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,8 @@ sub AUTOLOAD {
throw("The requested method $method could not be found in lite or snp" );
}
sub DESTROY {
}
1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment