Skip to content

Commit

Permalink
added note on named arg conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Aug 28, 2015
1 parent 6d93fe6 commit edb709a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.FIRST
Expand Up @@ -54,6 +54,9 @@ passed using comma notation or using Pairs:

my $seqobj = Bio::PrimarySeq.new(seq => $rawseq, description => $desc, :alphabet<dna>);

Note that this diverges from perl5-based BioPerl conventions, where named arguments are
prefixed with a dash ('-') character.

==Getter/Setters==

==Class Methods==
Expand Down

0 comments on commit edb709a

Please sign in to comment.