File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 15
15
< a href ="/search?q=module:Mojolicious::Plugin "> Mojolicious::Plugin</ a > ,
16
16
or < a href ="/search?q=module:Perl::Critic::Policy "> Perl::Critic::Policy</ a > .
17
17
18
+ ## A non-comprehensive list of special search expressions:
19
+
20
+ These search-terms can be combined with each other and regular search term.
21
+
22
+ * < em > module:</ em > filter by part of a module name ( e.g. [module:Plugin](/search?q=module:Plugin) )
23
+ * < em > distribution:</ em > search in the files of the specific distribution ( e.g. [distribution:Dancer auth](/search?q=distribution%3ADancer+auth) )
24
+ * < em > author:</ em > search in the modules releases by the given author ( e.g. [author:SONGMU Redis](/search?q=author%3ASONGMU+Redis) )
25
+ * < em > version:</ em > limit the search to modules with the given version number ( e.g. [version:1.00](/search?q=version%3A1.00) )
26
+
27
+ Wildcards: ? matches a single character, * matches any number of characters
28
+ ( e.g. [version:1.*](/search?q=version%3A1.*) and [version:1.?](/search?q=version%3A1.?) )
29
+
18
30
## Why can't I find a specific module?
19
31
20
32
See our [missing module](/about/missing_modules) page.
You can’t perform that action at this time.
0 commit comments