Autocommit for distribution MooX::Params::CompiledValidators 0.01 (same) MooX-Params-CompiledValidators-0.01
authorAbe Timmerman <abeltje@cpan.org>
Fri, 19 Mar 2021 03:43:32 +0000 (04:43 +0100)
committerAbe Timmerman <abeltje@cpan.org>
Fri, 19 Mar 2021 03:43:34 +0000 (04:43 +0100)
Changes [new file with mode: 0644]
lib/MooX/Params/CompiledValidators.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..a15894b
--- /dev/null
+++ b/Changes
@@ -0,0 +1,25 @@
+Changes on 2021-03-19 for repository at:
+  Fetch URL: ssh://git@source.test-smoke.org:9999/~/MooX-Params-CompiledValidators
+  Push  URL: ssh://git@source.test-smoke.org:9999/~/MooX-Params-CompiledValidators
+
+Enjoy!
+
+0.01 2021-03-19T04:43:32+01:00 (9ddfcfd => Abe Timmerman)
+ - (Abe Timmerman, 2 seconds ago) Autocommit for distribution
+   MooX::Params::CompiledValidators 0.01 (same)
+
+0.00_00 2021-02-19T01:11:57+01:00 (58b6456 => Abe Timmerman)
+ - (Abe Timmerman, 4 weeks ago) New repository
+   MooX::Params::CompiledValidations
+
+ - (Abe Timmerman, 7 days ago) Setup the new repository
+ -     Basic perl-distribution files
+ -     t::Test::abeltje (update_abeltje_testing)
+ -     The actual code
+ -     basic tests
+
+ - (Abe Timmerman, 7 days ago) VERSION doesn't work with whitespace in it
+
+ - (Abe Timmerman, 3 hours ago) Small POD changes
+
+ - (Abe Timmerman, 9 minutes ago) Add a README.md
index 3fb032c77842a817111c75986d0b3c97c96c555e..555220877d5e1d5454f8903a0274c2ea23c4016d 100644 (file)
@@ -1,7 +1,7 @@
 package MooX::Params::CompiledValidators;
 use Moo::Role;
 
-our $VERSION = '0.000';
+our $VERSION = '0.01';
 
 use Hash::Util 'lock_hash';
 use Params::ValidationCompiler 'validation_for';