# Copyright (c) 2009 by David Golden. All rights reserved.
# Licensed under Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License was distributed with this file or you may obtain a 
# copy of the License from http://www.apache.org/licenses/LICENSE-2.0

Soon:

- check for export_ok

- check for export_tags

Later:

- add unimport_ok -- but how to specify what we expect

- custom import behaviors via a code ref to run (given package name)

