lib/CrashTest/Plugin/Storage/Sql/Model/CrashGroup.pm
changeset 122 8692800ec9ba
parent 121 5a99941ed0ca
child 127 0bbbadd5d9ea
equal deleted inserted replaced
121:5a99941ed0ca 122:8692800ec9ba
    10 #
    10 #
    11 # You should have received a copy of the GNU General Public License
    11 # You should have received a copy of the GNU General Public License
    12 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    12 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    13 
    13 
    14 package CrashTest::Plugin::Storage::Sql::Model::CrashGroup;
    14 package CrashTest::Plugin::Storage::Sql::Model::CrashGroup;
       
    15 
    15 use Mojo::Base -base;
    16 use Mojo::Base -base;
    16 use Data::Page;
    17 use Data::Page;
    17 
    18 
    18 use Storable 'dclone';
    19 use Storable 'dclone';
    19 use CrashTest::Model::Thread;
    20 use CrashTest::Model::Thread;