diff --git a/lib/puppet/pops/migration/migration_checker.rb b/lib/puppet/pops/migration/migration_checker.rb new file mode 100644 index 000000000..6d49e6b2e --- /dev/null +++ b/lib/puppet/pops/migration/migration_checker.rb @@ -0,0 +1,5 @@ +# This class defines the API of the MigrationChecker support. +# +class Puppet::Pops::Migration::MigrationChecker + +end \ No newline at end of file