Skip to content

Commit

Permalink
Unpin IRC::Client version in the source code too
Browse files Browse the repository at this point in the history
Why was it even like that?
  • Loading branch information
AlexDaniel committed Nov 7, 2023
1 parent 6a3ffa8 commit 5c74583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Whateverable.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

use File::Directory::Tree;
use IRC::Client:ver<4.0.9>:auth<zef:lizmat>;
use IRC::Client;
use IRC::TextColor;
use JSON::Fast;
use Number::Denominate;
Expand Down

0 comments on commit 5c74583

Please sign in to comment.