This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libtypes-uri-perl.
commit f8eda20f740dfcff5396a9a7e6ad387e82e6e2f1 Author: Toby Inkster <[email protected]> Date: Sat Sep 27 19:13:54 2014 +0100 make_immutable --- lib/Types/URI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Types/URI.pm b/lib/Types/URI.pm index 62cba22..2a07ea2 100644 --- a/lib/Types/URI.pm +++ b/lib/Types/URI.pm @@ -90,7 +90,7 @@ __PACKAGE__->meta->add_type({ ], }); -1; +__PACKAGE__->meta->make_immutable; # returns true __END__ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtypes-uri-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
