Skip to content

Instantly share code, notes, and snippets.

View kentfredric's full-sized avatar
🤔

Kent Fredric kentfredric

🤔
View GitHub Profile

Good:

my $x  = 1;
foo = bar
@kentfredric
kentfredric / insertion.xml
Created January 30, 2014 11:55
Currrent XP count calculator for InGameInfo.xml
<str>TXP:</str>
<add>
<var>xpthislevel</var>
<if>
<less><var>playerlevel</var><num>16</num></less>
<mul><var>playerlevel</var><num>17</num></mul>
<if>
<less><var>playerlevel</var><num>31</num></less>
<add>
<sub>
diff -Naur <( grep 'Successfully installed' 5.19.before.txt | sort -u ) <( grep 'Successfully installed' 5.19.after.txt | sort -u )
--- /dev/fd/63 2014-02-07 04:08:40.687407321 +1300
+++ /dev/fd/62 2014-02-07 04:08:40.687407321 +1300
@@ -23,13 +23,12 @@
Successfully installed DateTime-1.06
Successfully installed DateTime-Locale-0.45
Successfully installed DateTime-TimeZone-1.63
-Successfully installed Devel-FindPerl-0.012
Successfully installed Devel-GlobalDestruction-0.12
Successfully installed Devel-StackTrace-1.31
diff -Naur <( grep 'Successfully installed' 5.10.before.txt | sort -u ) <( grep 'Successfully installed' 5.10.after.txt | sort -u )
--- /dev/fd/63 2014-02-07 04:15:46.219632210 +1300
+++ /dev/fd/62 2014-02-07 04:15:46.220632208 +1300
@@ -18,7 +18,7 @@
Successfully installed Class-Singleton-1.4
Successfully installed Clone-0.36
Successfully installed Compress-Raw-Bzip2-2.064 (upgraded from 2.020)
-Successfully installed Compress-Raw-Zlib-2.064 (upgraded from 2.020)
+Successfully installed Compress-Raw-Zlib-2.065 (upgraded from 2.020)
Successfully installed Config-INI-0.022
@kentfredric
kentfredric / Dist-Zilla-Plugin-MetaProvides-Package 5.10.diff
Created February 6, 2014 17:09
Dist-Zilla-Plugin-MetaProvides-Package 2.000001 Aggregate Dep Changes.
diff -Naur <( grep 'Successfully installed' 5.10.before.txt | sort -u ) <( grep 'Successfully installed' 5.10.after.txt | sort -u )
--- /dev/fd/63 2014-02-07 06:07:35.436049936 +1300
+++ /dev/fd/62 2014-02-07 06:07:35.436049936 +1300
@@ -18,7 +18,7 @@
Successfully installed Class-Singleton-1.4
Successfully installed Clone-0.36
Successfully installed Compress-Raw-Bzip2-2.064 (upgraded from 2.020)
-Successfully installed Compress-Raw-Zlib-2.064 (upgraded from 2.020)
+Successfully installed Compress-Raw-Zlib-2.065 (upgraded from 2.020)
Successfully installed Config-INI-0.022
@kentfredric
kentfredric / 000_vs_001_05010.diff
Created February 7, 2014 02:49
Dist-Zilla-PluginBundle-Author-KENTNL 2.012000 -> 2.012001 diffs
diff -NarU 1 build-master-88-5.10 build-master-89-5.10
--- build-master-88-5.10 2014-02-07 15:33:59.694637910 +1300
+++ build-master-89-5.10 2014-02-07 15:33:59.730636968 +1300
@@ -27,6 +27,6 @@
Successfully installed Clone-0.36
-Successfully installed Compress-Raw-Bzip2-2.063 (upgraded from 2.020)
-Successfully installed Compress-Raw-Zlib-2.063 (upgraded from 2.020)
+Successfully installed Compress-Raw-Bzip2-2.064 (upgraded from 2.020)
+Successfully installed Compress-Raw-Zlib-2.065 (upgraded from 2.020)
Successfully installed Config-Auto-0.42
--- /dev/fd/63 2014-02-08 19:55:14.797352896 +1300
+++ /dev/fd/62 2014-02-08 19:55:14.797352896 +1300
@@ -42,8 +42,8 @@
<pre>
From: <strong>&quot;Andreas J. K&ouml;nig (ANDK)&quot; &lt;andk [at] cpan [dot] org&gt;</strong>
-Subject: <strong>PASS Form-Sensible-0.20023 v5.16.0 RC2 GNU/Linux</strong>
-Date: <strong>2012-05-18T19:02:29Z</strong>
+Subject: <strong>FAIL Form-Sensible-0.20023 v5.17.0 GNU/Linux</strong>
+Date: <strong>2012-06-07T01:38:27Z</strong>
"user_config" : [
[
"_",
null,
{
"_global_stashes" : {
"%Rights" : "Dist::Zilla::Stash::Rights=HASH(0x3552b40)",
"%User" : "Dist::Zilla::Stash::User=HASH(0x3554e70)"
},
"authors" : [
diff --git a/dist.ini b/dist.ini
index eaeeb88..d84842a 100644
--- a/dist.ini
+++ b/dist.ini
@@ -7,6 +7,7 @@ copyright_holder = Ricardo SIGNES
-bundle = @RJBS
github_issues = 1
+[MetaConfig]
[ModuleShareDirs]
if (my $files = $tester_arg->{add_files}) {
while (my ($name, $content) = each %$files) {
my $fn = $tempdir->child($name);
$fn->parent->mkpath;
$fn->spew_utf8($content);
warn "making $fn"; # <-- does in fact say its making the file
}
}
local $arg->{dist_root} = "$root";