Skip to content

Commit

Permalink
perl: Move Tie::Watch behind Tk.
Browse files Browse the repository at this point in the history
Tie::Watch depends on Tk. Move it behind Tk, so that Tk is not pulled
implicitly. This makes debugging a little bit easier.
  • Loading branch information
donald committed Apr 3, 2019
1 parent 8fe6a1a commit 7cff30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ cpan Text::Soundex
cpan TheSchwartz
cpan Tie::DBI
cpan Tie::RDBM
cpan Tie::Watch
cpan Time::Date
cpan Time::Period
cpan Tk
cpan Tie::Watch
cpan Tree::DAG_Node
cpan Try::Tiny
cpan URI
Expand Down

0 comments on commit 7cff30d

Please sign in to comment.