<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks for you reply,<div><br></div><div>Guess CPAN is outdated then. You're link that was mentioned there did not work but</div><div><br></div><div>    git clone git@github.com:PerlDancer/Dancer2.git</div><div><br></div><div>Does work. </div><div><br></div><div>Though… still messing around with paths</div><div>How to create a skeleton app with this cloned dancer (as opposed to the one that is somewhere on my Mac in</div><div>    /Users/gvo/perl5/perlbrew/perls/dancer_development/bin/perl/dancer2)</div><div><br></div><div>If I just do something like: </div><div><br></div><div>    ./script/dancer2 -a TestApp</div><div><br></div><div>My Mac starts complaining about.</div><div><br></div><div>    Can't locate Dancer2/Template/Simple.pm in @INC (@INC contains: /Library/Perl/5.12/</div><div><br></div><div>While if I say: `perl -v` it does mention perl v.5.18.1.</div><div><br></div><div>These path issues never seem to work the way thought they would work.</div><div>: (</div><div><br></div><div>Gert</div><div><br></div><div><br><div><div>On 20 sep. 2013, at 10:37, Juan José 'Peco' San Martín <<a href="mailto:jsanmartin@gmail.com">jsanmartin@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div>Hello.<br><br>This is a <a href="https://github.com/PerlDancer/Dancer2/issues/458">known bug</a> (Dancer 2.09) already solved at the repo (but not yet uploaded to CPAN)<br><br></div><div>You could:<br>
<br></div>Install Dancer2 from github: <i>git clone git://<a href="http://github.com/perldancer/Dancer2.git">github.com/perldancer/Dancer2.git</a></i><br></div><div><br></div><div>Or<br><br>Just try Dancer2.06:<i> cpanm XSAWYER/Dancer2-0.06.tar.gz</i><br>
<br></div><div></div><div>Hope this helps.<br></div><div>Peco<br></div><div><br><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/20 Gert van Oss <span dir="ltr"><<a href="mailto:gertvanoss@me.com" target="_blank">gertvanoss@me.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Starting to have closer look at using Dancer2 I found the following.<br>
<br>
I installed everything as documented (on OS-X with perl v.5.18.1). Then I do:<br>
<br>
    dancer2 -a MyApp && cd MyApp<br>
<br>
Next<br>
<br>
   perl bin/<a href="http://app.pl/" target="_blank">app.pl</a><br>
<br>
Can't locate MyApp.pm in @INC (you may need to install the MyApp module) (@INC contains: /Users/gvo/perl5/perlbrew/perls/dancer_development/lib/site_perl/5.18.1/darwin-2level /Users/gvo/perl5/perlbrew/perls/dancer_development/lib/site_perl/5.18.1 /Users/gvo/perl5/perlbrew/perls/dancer_development/lib/5.18.1/darwin-2level /Users/gvo/perl5/perlbrew/perls/dancer_development/lib/5.18.1 .) at bin/<a href="http://app.pl/" target="_blank">app.pl</a> line 3.<br>

BEGIN failed--compilation aborted at bin/<a href="http://app.pl/" target="_blank">app.pl</a> line 3.<br>
<br>
All this did work for Dancer (number one). Can anybody explain me how to solve this.<br>
<br>
Best,<br>
Gert<br>
<br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</blockquote></div><br></div>
_______________________________________________<br>dancer-users mailing list<br><a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>http://lists.preshweb.co.uk/mailman/listinfo/dancer-users<br></blockquote></div><br></div></body></html>