Skip to content

Instantly share code, notes, and snippets.

@genehack
Created May 4, 2013 17:27
Show Gist options
  • Select an option

  • Save genehack/5518164 to your computer and use it in GitHub Desktop.

Select an option

Save genehack/5518164 to your computer and use it in GitHub Desktop.
package YMD::DB::Backup;
use Moose;
extends YMD::Base;
package YMD::DB::Backup::MySQL;
use Moose;
extends YMD::DB::Backup;
package YMD::DB::Backup::PostgreSQL;
use Moose;
extends YMD::DB::Backup;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment