Skip to content

Commit

Permalink
Updates for latest Prima release
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 23, 2022
1 parent 4a61cb8 commit 5e79576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ my $build = Module::Build->new(
},
requires => {
Moo => '1.0',
Prima => '1.33',
Prima => '1.67',
'Data::Dumper::GUI' => '0.005',
},
recursive_test_files => 1,
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Prima/REPL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ BEGIN {
our $VERSION = 0.03;
use Moo;

use Prima qw(Buttons Notebooks ScrollWidget Application Edit
FileDialog ImageViewer ImageDialog InputHistory);
use Prima qw(Buttons Notebooks Widget::ScrollWidget Application Edit
Dialog::FileDialog ImageViewer Dialog::ImageDialog InputHistory);

has 'output_line_number' => (
is => 'rw',
Expand Down

0 comments on commit 5e79576

Please sign in to comment.