Skip to content

Commit

Permalink
CPAN Distribution, Add Previous Releases To backup/
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraswell committed Jul 6, 2015
1 parent 654f3b4 commit 2e1ff2a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file added backup/RPerl-1.000001.tar.gz
Binary file not shown.
Binary file added backup/RPerl-1.tar.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion docs/developer_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RPerl Developer Notes 20150704 2015.185
# RPerl Developer Notes 20150705 2015.186


##########################################################################################
Expand Down Expand Up @@ -78,6 +78,20 @@ Used together, as /ms, they let the "." match any character whatsoever, while st
Use of /x means that if you want real whitespace or # characters in the pattern (outside a bracketed character class, which is unaffected by /x), then you'll either have to escape them (using backslashes or \Q...\E ) or encode them using octal, hex, or \N{} escapes. It is ineffective to try to continue a comment onto the next line by escaping the \n with a backslash or \Q .


##########################################################################################
# CPAN TESTERS
##########################################################################################

https://admin.cpantesters.org/cgi-bin/pages.cgi?act=user-author


##########################################################################################
# CPAN PAUSE
##########################################################################################

https://pause.perl.org


##########################################################################################
# CPAN DISTRIBUTION
##########################################################################################
Expand Down
3 changes: 2 additions & 1 deletion lib/RPerl/Algorithm/Inefficient.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# START HERE: compile Foo.pm; update tests; POD in RPerl.pm; basic user docs; CPAN; blogs.perl.org; Kickstarter
# START HERE: compile Foo.pm; update tests; POD in RPerl.pm; basic user docs; blogs.perl.org; Kickstarter
# AND: changelog; data type package names

# THEN: fix RPerl/Test/ScopeTypeNameValue/program_5*_good.pl.DISABLED_PERL_V5_22 and RPerl/Test/Expression/program_*_good.pl.DISABLED_NEED_FIX
# THEN: Merge/Quick; finish all CPPOPS_CPPTYPES generation; alioth nbody; full user docs
Expand Down

0 comments on commit 2e1ff2a

Please sign in to comment.