-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect metadata on each program #4
Comments
@briandfoy close this issue? Looks like this was already handled via #8. Unless you're looking for something more |
I'd like to fill in the holes in many of the entries. |
Fair enough, I can perhaps take a look around sometime next week to see what's missing |
Brian, I whipped up a script to extract the metadata and print it as a tab-separated table for review in Excel. Here's what I found:
Some of these holes can be plugged. For example, I found an email for Brad Appleton in CPAN -- but without verification it might be pointless to add it. But I'd be happy to go through that process. Nathan Scott Thompson has a email but it's inconsistent with the rest. Easy to fix. Speaking of inconsistencies, the Description for rot13 starts with a propercase word. All others are lowercase. I'd like to change it to lowercase. I didn't actually validate the License info. I suspect you already did that, but if you'd like an independent review checking the metadata entry against the POD in the file, I can do that. As for the missing licenses, most show as perl_5 in MetaCPAN -- probably the default. Not sure whether the files should be updated accordingly. Most of these are so old that it seems likely they never had any license information. Is it valid to add it now??? At Cognos and then IBM I used to do compliance work, including some related to copyright. It's a complex area. Nonetheless, it seems to me that if the code is published via MetaCPAN and a license is listed on the page, and most scripts include said license, then all should. What are your thoughts on that? As for scripts that are missing metadata, I only found two: base64 and hexdump. I have an update for those. I see you've already released 1.035 with my changes. That's great! Let me know if you'd like me to tackle any of the above tasks so this ticket can be closed. After that I may look into the other tickets.
|
|
Collect meta data for all the programs. Store them in a consistent way in the program for now.
See the bin/factor program for a start. See the top =pod section
The text was updated successfully, but these errors were encountered: