ysth
- Website: ysth.info
- About: Round
Recent Actions
-
Commented on GitHub and the Perl License
The CopyFilesFromBuild plugin can be used to include build files in the repo. But for something static like licenses probably easier to not create them during build....
-
Commented on List Assignment in Scalar Context
Very nice article (other than misspelling my name :) ). ( my ($required1, $required2, $optional) = @ARGV ) >= 2 or die ... (but always use Getopt::Long for argument parsing)...
Comment Threads
-
Nate Glenn commented on
List Assignment in Scalar Context
Oops! Ha ha, all fixed. Thanks for the tip on optional args, too. Like I said, just for a quick and dirty check.
-
chhikara.vivek commented on
List Assignment in Scalar Context
I had this page open since long and finally today after reading it i m going to close this ;-).
Thanks for nice article.
Personally I liked this piece for avoiding one extra hash value generation under while.
while(my ($key, $value) = each %hash){...}
-
Tom Wyant commented on
GitHub and the Perl License
So that's how you make it work. I have had two license files for several years because it made it easier to test for obsolete license text. But I use
LICENSES/ArtisticandLICENSES/Copying(which is the name of the file the FSF puts the GPL in). Looks like I need to rearrange my licenses. Again.Thanks for figuring this out.
-
Tom Wyant commented on
GitHub and the Perl License
Update: under CPAN Licensing Guidelines, The Perl and Raku Foundation recommends that dual-licensed packages put each license in a separate file in a
LICENSES/directory. Does this recommendation need to change? -
Mikko Koivunalho commented on
GitHub and the Perl License
For certain other policy files, such as CONTRIBUTING and CODE_OF_CONDUCT, GitHub allows three different locations:
- The .github folder
- The root of the repository
- The docs folderBut this DOES NOT APPLY to LICENSE-* files!
As for GitLab and other repository hosting providers…
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.