-
# Ideas
This is just an issue to track all the ideas what can be made different with the 2.x version.
These ideas can contain everything
- from the coding,
- which perl modules to use,
- the synta…
-
```
KWIC and even title searches (which are how we handle urls such as
http://wiki.tcl.tk/Moop) are reasonably intensive operations, as they cause
the whole db to be traversed (with a regexp in one ca…
-
I've created the following `cpanfile`:
``` perl
requires 'IO::All';
requires 'IO::Async' => '0.64';
requires 'IO::Async::Loop';
requires 'IO::Async::Loop::linux';
requires 'IO::Async::Loop::Epoll';
r…
-
I am using roxygen2 to document my R-package spsann.
When I build the package using `"R CMD build spsann"`, I get the following warning:
``` r
Warning: bad markup (extra space?) at optimACDC.Rd:35:5…
-
Placing a Task or an LRP can be a difficult task, and one that isn't always correct nor optimal. The ever changing environment makes that a reality.
We can enumerate all the rules for placement into…
-
https://metacpan.org/pod/Function::Parameters has a strict mode where passing too many arguments will throw an error.
``` perl
fun takesnoargs () {
say 'Hello';
}
takesnoargs(key=>'value');
```
To…
-
`t/63freshoverride.t` imports `Moops`, but `Moops` is not listed in `META.json`.
So if user has not installed `Moops`, it is failed as below.
```
% prove -bv t/63freshoverride.t
t/63freshoverride.t …
-
I like the idea of having a command change where it's output goes based on the route. I think we should consider this when checking routes. For example,
Moop, choose x or y would route the commands o…
-
I've been working on a distribution called Moops which is unified syntactic sugar for Moo, Moose and Mouse, along the lines of:
```
class Foo using Moose {
has foo => (is => 'ro');
}
```
Part of…
-
**App Name:** OV Butler
**Bundle ID:** nl.moopmobility.ovbutler
**iTunes ID:** 502016282
**iPhone Icon Name:** Icon@2x.png
**Icon Names:** Icon@2x.png | Icon-Small.png | Icon.png | Icon-Small@2x.png |…
ghost updated
11 years ago