]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_perl/00README
adding 00README file to code_ruby dir
[biopieces.git] / code_perl / 00README
index 6fe11078cc441277556a595c340b5dfa617c37fe..87b098680c67bd154254ae36d1b61e299bbf149c 100644 (file)
@@ -1,14 +1,10 @@
-New developers should add their own subdirectory here for their own Perl modules:
+New developers should add their own subdirectory here for their own Perl code:
 
-    ../biopieces/code_perl/Maasha           # this is my Perl modules directory.
-    ../biopieces/code_perl/<new developer>  # this could be your new modules directory.
+    ../biopieces/code_perl/Maasha           # this is my code directory.
+    ../biopieces/code_perl/<new developer>  # this could be your new code directory.
 
-After creating your new subdirectory you can write some Perl modules and put there:
-    ../biopieces/code_perl/<new developer>/<your module 1>.pm
-    ../biopieces/code_perl/<new developer>/<your module 2>.pm
-    ...
+Finally, add your new Perl code directory to the PERL5LIB path in the configuration:
 
-Finally, add your new Perl modules directory to the PERL5LIB path in the configuration:
     ../biopieces/bp_conf/bashrc  # look inside this file for information on how to do that.