<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">I figured as much, thanks Matt.<br>
<br>
I found some instructions on how to cleanly split a Git repo into
two separate repositories: <a
href="http://www.geekaholic.org/2010/02/splitting-git-repo.html">http://www.geekaholic.org/2010/02/splitting-git-repo.html</a><br>
<br>
However in this particular case, I think I'd like to keep the two
modules in the same Git repo (using separate directories, as you
mentioned). That should work well enough!<br>
<br>
Bobby<br>
<br>
On 13-08-17 01:57 PM, Matthew Phillips wrote:<br>
</div>
<blockquote
cite="mid:CAFWy7Ab+1HGvBbn5P3+zgBqi4BA9HtovenY=Af+nNwqUohdvTg@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>I think what you're trying to do is probably a bad idea,
although being in one or two git repositories doesn't have
much to do with it. Why would you produce two separate dists
from the same logical grouping of files? i.e., both dists
would include the same tests etc? If that is the case you
would probably want Tools::Inflate::Tire in the same dist as
Tools::Inflate. If they are separate than I'd recommend just
having two sub folders in one git repo and two separate
dist.ini's to produce each dist - no separate repo required.</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Matt</div>
<div><br>
</div>
<div style="">(Sorry for the double email Bobby, forgot to
reply-all)</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Sat, Aug 17, 2013 at 1:25 PM, J.
Bobby Lopez <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:jbl@jbldata.com" target="_blank">jbl@jbldata.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Lets say
you have a project with a couple of modules:<br>
<br>
<br>
bin/<br>
lib/Tools/Inflate/<br>
lib/Tools/Inflate.pm<br>
lib/Tools/Inflate/Tire.pm<br>
<br>
<br>
Tools::Inflate::Tire depends on Tools::Inflate, but they are
both in the same git repo.<br>
<br>
You're now interested in using Dist::Zilla to prepare the
package, but we have two packages we'd like to build,
Tools::Inflate, and Tools::Inflate::Tire.<br>
<br>
Would it be wise to separate the two modules into separate
git repos? Is that necessary?<br>
<br>
Would Dzil know how to prepare and deploy two separate
modules from a single lib/ directory tree (therefore
allowing me to keep both modules in the same git repo)?<br>
<br>
<br>
Thanks,<br>
-Bobby<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
J. Bobby Lopez<br>
<a moz-do-not-send="true" href="http://www.jbldata.com/"
target="_blank">http://www.jbldata.com/</a><br>
<br>
_______________________________________________<br>
toronto-pm mailing list<br>
<a moz-do-not-send="true"
href="mailto:toronto-pm@pm.org" target="_blank">toronto-pm@pm.org</a><br>
<a moz-do-not-send="true"
href="http://mail.pm.org/mailman/listinfo/toronto-pm"
target="_blank">http://mail.pm.org/mailman/listinfo/toronto-pm</a><br>
</font></span></blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
J. Bobby Lopez
<a class="moz-txt-link-freetext" href="http://www.jbldata.com/">http://www.jbldata.com/</a></pre>
</body>
</html>