diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-31 09:23:52 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-31 09:23:52 +0100 |
commit | aee7bf19d25be738df0ca94e12452de33dcf42f9 (patch) | |
tree | 3f395b2ecf849ca389999ffc5691bf00eea9c512 /notes | |
parent | 1b3665bda488de4c5fbd7af2b8e9db59903a4e73 (diff) |
Comment on alternative CPAN building approach
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL-catalyst.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notes/INSTALL-catalyst.txt b/notes/INSTALL-catalyst.txt index 2f7175607..3d89d48c8 100644 --- a/notes/INSTALL-catalyst.txt +++ b/notes/INSTALL-catalyst.txt @@ -53,6 +53,11 @@ Hopefully once it is all built we can put something like this into the exec in v setenv.pl module-manage.pl setup +Note: Others are starting to work on this and it might be a good idea to switch +to their output: +http://blogs.perl.org/users/sebastian_willert/2011/03/how-i-distribute-my-projects.html + + ############ running the code (dev server) ############ Start the catalyst dev server using: |