From 2c3d697d91ab15d97b07e4454e694f720da0838b Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 28 Aug 2024 10:04:42 -0400 Subject: [PATCH] Fix CircleCI installing dependancies --- .circleci/config.yml | 4 ++-- Changes | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57adf30..bbfb810 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,10 +46,10 @@ jobs: command: cpanm -iqn Test::Most Test::Needs - run: name: Install dependancies - command: cpanm -iqn --installdeps + command: cpanm -iqn --installdeps . - run: name: Make Module - command: cpanm -iqn --installdeps . && perl Makefile.PL + command: perl Makefile.PL && make - run: name: Run tests # command: echo 'replace me with real tests!' && false diff --git a/Changes b/Changes index a5332a3..fa8b5e5 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for CGI-Info 0.08 Mark Go-http-client as a robot + Support CircleCI 0.82 Thu Aug 8 07:51:02 EDT 2024 Mark ClaudeBot as a robot