Perl-Advent icon indicating copy to clipboard operation
Perl-Advent copied to clipboard

MooseX::Extended Article

Open Ovid opened this issue 1 year ago • 0 comments

Here's my MooseX::Extended article. Let me know if there are any changes you'd like me to make.

I tried building locally with the README instructions, but it appears there are some bits which might be missing.

for year in $(seq 2011 2024); do cd $year && advcal -c advent.ini -o `pwd` && cd ..; done
...
cannot remove path when cwd is <snip>/perl-advent/2024 for <snip>/perl-advent/2024:  at <snip>/perl-5.40.0/lib/site_perl/5.40.0/Path/Class/Dir.pm line 155.

I had gotten that far because I previously tried ./script/build-site.sh --single-year 2024 which appeared to be successful.

Ovid avatar Aug 03 '24 09:08 Ovid