lib/CrashTest/Model/Thread.pm
changeset 81 29e378724e62
parent 78 0ebef32c34af
child 122 8692800ec9ba
equal deleted inserted replaced
80:d33b5f6e0862 81:29e378724e62
    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::Model::Thread;
    14 package CrashTest::Model::Thread;
    15 use Mojo::Base -base;
    15 use Mojo::Base -base;
    16 use Mojo::ByteStream 'b';
       
    17 use Mojolicious::Plugin::TagHelpers;
       
    18 use CrashTest::Model::Frame;
    16 use CrashTest::Model::Frame;
    19 
    17 
    20 has [ qw/frame_count crashing_thread frames/ ];
    18 has [ qw/frame_count crashing_thread frames/ ];
    21 
    19 
    22 sub new {
    20 sub new {