Text-Trac

 view release on metacpan or  search on metacpan

t/corpus/padre_download_osx.trac  view on Meta::CPAN


- Download Citrus Perl from http://www.citrusperl.com/platform/macosx.html
- Unpack Citrus Perl into your favorite dev location:
{{{#!sh
  cd ~/dev
  tar xzvf ~/Downloads/citrusperl-standard-51402-20903-osx-i32-014.tar.gz
}}}
- This has created a "`CitrusPerl`" directory that has a fully isolated install of perl, including Wx. You can also use CPAN to add to this perl without polluting your system's install of perl with additional modules. (Also meaning that an apple upda...
- Configure Cirtus Perl to work in its new location
{{{#!sh
  ./CitrusPerl/bin/relocateperl
  ./CitrusPerl/bin/citrusvars.sh
}}}
- At this point you can put Citrus Perl in your path. Set it ahead of other entries by putting the line below as the last line in your `.bash_profile`. That will make any command line invocation of `perl` or `cpan` use Citrus Perl and not your system...
{{{#!sh
  export PATH=/Users/joe/dev/CitrusPerl/bin:$PATH
}}}
- Reload your `.bash_profile` to use the new path
{{{#!sh
  source ~/.bash_profile
}}}

t/expected/padre_download_osx_noclass_noid_nospan.html  view on Meta::CPAN

</p>
</blockquote>
<p>
<tt>
- This has created a &quot;</tt>CitrusPerl<tt>&quot; directory that has a fully isolated install of perl, including Wx. You can also use CPAN to add to this perl without polluting your system's install of perl with additional modules. (Also meaning t...
- Configure Cirtus Perl to work in its new location
</tt>#!sh
</p>
<blockquote>
<p>
  ./CitrusPerl/bin/relocateperl
  ./CitrusPerl/bin/citrusvars.sh
</p>
</blockquote>
<p>
<tt>
- At this point you can put Citrus Perl in your path. Set it ahead of other entries by putting the line below as the last line in your </tt>.bash_profile<tt>. That will make any command line invocation of </tt>perl<tt> or </tt>cpan<tt> use Citrus Per...
</tt>#!sh
</p>
<blockquote>
<p>

t/expected/padre_download_osx_noclass_noid_nospan.html  view on Meta::CPAN

  padre
</p>
</blockquote>
<p>
<tt>
</p>
  padre
  cpan
  source ~/.bash_profile
  export PATH=/Users/joe/dev/CitrusPerl/bin:$PATH
  ./CitrusPerl/bin/relocateperl
<h2>Option 2 - Installation with Mac Ports</h2>
<p>
Mac Ports is a project to provide many GNU and Open Source utilities to OsX. It packages and installs them in <tt>/opt/local</tt>.
</p>
<p>
- Mac Ports can be downloaded and installed as a package from <a  href="http://www.macports.org/install.php">http://www.macports.org/install.php</a> and configured:
<tt>#!sh
</p>
<blockquote>
<p>



( run in 0.552 second using v1.01-cache-2.11-cpan-5511b514fd6 )