Skip to content

Instantly share code, notes, and snippets.

@Songmu
Songmu / MyApp::DB.pm
Last active December 14, 2015 12:29
Tengの最近の雛形
package MyApp::DB;
use 5.016;
use warnings;
use utf8;
use Time::Piece::Plus;
use Class::Method::Modifiers;
use Teng::Schema::Loader;
use MyApp::DB::ResultSet;
use MyApp::Exception;