TagHelpers::Plugin::ContentBlock now on CPAN
Change-Id: Ic44e748ee219e705642f787be4c7591aa91da932
diff --git a/.github/workflows/linux-perl.yml b/.github/workflows/linux-perl.yml
index 1be4002..0f170ad 100644
--- a/.github/workflows/linux-perl.yml
+++ b/.github/workflows/linux-perl.yml
@@ -26,7 +26,6 @@
- name: Install dependencies
run: |
cpanm git://github.com/Akron/Mojolicious-Plugin-Localize.git
- cpanm git://github.com/Akron/Mojolicious-Plugin-TagHelpers-ContentBlock.git
cpanm --installdeps .
cpanm -n Cpanel::JSON::XS EV
- name: Run tests
diff --git a/.github/workflows/macos-perl.yml b/.github/workflows/macos-perl.yml
index 56970bf..3ce1336 100644
--- a/.github/workflows/macos-perl.yml
+++ b/.github/workflows/macos-perl.yml
@@ -19,7 +19,6 @@
run: |
curl -L https://cpanmin.us > cpanm
perl cpanm git://github.com/Akron/Mojolicious-Plugin-Localize.git
- perl cpanm git://github.com/Akron/Mojolicious-Plugin-TagHelpers-ContentBlock.git
perl cpanm --installdeps .
- name: Run Tests
run: prove -lr t/
diff --git a/.github/workflows/windows-perl.yml b/.github/workflows/windows-perl.yml
index 25318d7..df53c85 100644
--- a/.github/workflows/windows-perl.yml
+++ b/.github/workflows/windows-perl.yml
@@ -27,7 +27,6 @@
perl cpanm -n -f Crypt::Random::Source
perl cpanm -n -f Mojolicious::Plugin::MailException
perl cpanm git://github.com/Akron/Mojolicious-Plugin-Localize.git
- perl cpanm git://github.com/Akron/Mojolicious-Plugin-TagHelpers-ContentBlock.git
perl cpanm --installdeps .
- name: Run Tests
run: prove -lr t/
diff --git a/Changes b/Changes
index 6ef02ee..e33b359 100755
--- a/Changes
+++ b/Changes
@@ -23,6 +23,7 @@
default entry point. (hebasta)
- Fix init of matches.
- Fix tests on text method to accept undef for Mojo >= 9.21.
+ - Plugin::TagHelpers::ContenBlock now on CPAN.
0.42 2021-06-18
- Added GitHub based CI for perl.
diff --git a/Makefile.PL b/Makefile.PL
index 2613a4a..8ae14e3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,6 +26,7 @@
'Mojolicious::Plugin::CHI' => 0.20,
'Mojolicious::Plugin::ClientIP' => 0.02,
'Mojolicious::Plugin::AutoSecrets' => 0.006,
+ 'Mojolicious::Plugin::TagHelpers::ContentBlock' => 0.11,
'Cache::FastMmap' => 1.56,
'Data::Serializer' => 0.65,
'Mojo::JWT' => 0.09,
@@ -40,8 +41,7 @@
'Mojolicious::Plugin::Piwik' => 0.28,
# Currently on GitHub only (github.com/akron)
- 'Mojolicious::Plugin::Localize' => 0.21,
- 'Mojolicious::Plugin::TagHelpers::ContentBlock' => 0.09,
+ 'Mojolicious::Plugin::Localize' => 0.21
},
META_MERGE => {
diff --git a/README.md b/README.md
index 5cfa713..b813c95 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,6 @@
```shell
$ cpanm git://github.com/Akron/Mojolicious-Plugin-Localize.git
-$ cpanm git://github.com/Akron/Mojolicious-Plugin-TagHelpers-ContentBlock.git
```
Then install the dependencies using