1Devel::REPL::Plugin::NoUpsaesrteC(o3n)tributed Perl DocuDmeevnetla:t:iRoEnPL::Plugin::Nopaste(3)
2
3
4
6 Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and
7 output
8
10 version 1.003028
11
13 This module provides these commands to your Devel::REPL shell:
14
15 #nopaste
16 The "#nopaste" sends a transcript of your session to a nopaste site.
17
18 #pastetitle
19 The "#pastetitle" command allows you to set the title of the paste on
20 the nopaste site. For example:
21
22 "#pastetitle example of some code"
23
24 defaults to 'Devel::REPL session'.
25
27 nopaste_format
28 The format sent to the nopaste server can be adjusted with the
29 "nopaste_format" option. By default, the output of each perl statement
30 is commented out, and the perl statements themselves are not. This can
31 be reversed by setting the "nopaste_format" attribute to "comment_code"
32 like this in your re.pl file:
33
34 "$_REPL->nopaste_format( 'comment_code' );"
35
36 The default of commenting out the output would be set like this:
37
38 "$_REPL->nopaste_format( 'comment_output' );"
39
40 These options can be set during a Devel::REPL session, but only affect
41 the future parts of the session, not the past parts.
42
44 Andrew Moore - "<amoore@cpan.org>"
45
47 Bugs may be submitted through the RT bug tracker
48 <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or
49 bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).
50
51 There is also an irc channel available for users of this distribution,
52 at "#devel" on "irc.perl.org" <irc://irc.perl.org/#devel-repl>.
53
55 Shawn M Moore, "<sartak at gmail dot com>"
56
58 This software is copyright (c) 2007 by Matt S Trout - mst (at)
59 shadowcatsystems.co.uk (<http://www.shadowcatsystems.co.uk/>).
60
61 This is free software; you can redistribute it and/or modify it under
62 the same terms as the Perl 5 programming language system itself.
63
64
65
66perl v5.30.1 2020-01-29 Devel::REPL::Plugin::Nopaste(3)