Perl 5.42 is released: See what's new Learn more
12345 #!/bin/shexport DBIC_MIGRATION_SCHEMA_CLASS=MyApp::Schemadbic-migration -Ilib --target_dir ./share $@
#!/bin/sh
export DBIC_MIGRATION_SCHEMA_CLASS=MyApp::Schema
dbic-migration -Ilib --target_dir ./share $@