In another thread, I was musing about copying directory trees. Newer features in File::Find does a lot, but something still missing is a copy-file function that creates directories to the dest if needed.
So, this would be a nice feature to add to File::Copy. If this were a currently-maintained module, I would check with the author and send him my changes, and let him rev the CPAN copy.
But this was written in 1995, revised in 1996, and presumably not in active development. If I revise it, how do I get it approved by the community and get it "out there" to superceed the current (?) version 2.03?
I also don't understand the comment:
# Note that this module implements only *part* of the API defined by
# the File/Copy.pm module of the File-Tools-2.0 package. However, tha
+t
# package has not yet been updated to work with Perl 5.004, and so it
# would be a Bad Thing for the CPAN module to grab it and replace this
# module. Therefore, we set this module's version higher than 2.0.
$VERSION = '2.03';
This appears to be an issue with submitting the code to CPAN. Naming conflict? Something I should still worry about 5 or 6 years after the comment was written? Any reason why I should not simply call my new one version 3.0?
—John
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.