equal
deleted
inserted
replaced
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 { |