Index: /trunk/ippScripts/scripts/dist_bundle.pl
===================================================================
--- /trunk/ippScripts/scripts/dist_bundle.pl	(revision 42402)
+++ /trunk/ippScripts/scripts/dist_bundle.pl	(revision 42403)
@@ -82,5 +82,5 @@
 
 # Parse the command-line arguments
-my ($camera, $stage, $stage_id, $component, $path_base, $chip_path_base, $alt_path_base, $clean, $exp_type);
+my ($camera, $stage, $class_id, $stage_id, $component, $path_base, $chip_path_base, $alt_path_base, $clean, $exp_type);
 my ($outroot, $run_state, $data_state, $magicked, $no_magic, $poor_quality, $results_file, $prefix);
 my ($dbname, $save_temps, $verbose, $no_update, $logfile);
@@ -133,4 +133,6 @@
 
 # Determine the value of a "good" burntool run.
+my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
+
 my $config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD";
 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
