[carton] 69/472: added an unimplemented mark

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 77091399679175a4b156eac40c3c7e95ca34e4f9
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Tue Jun 28 10:51:10 2011 -0400

    added an unimplemented mark
---
 lib/Carton/CLI.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index af44916..676d2dd 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -340,10 +340,12 @@ sub cmd_check {
 sub cmd_update {
     # "cleanly" update distributions in extlib
     # rebuild the tree, update modules with DFS
+    die "Unimplemented";
 }
 
 sub cmd_exec {
     # setup lib::core::only, -L env, put extlib/bin into PATH and exec script
+    die "Unimplemented";
 }
 
 sub find_lock {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list